C#C++F#VB
IgnorePropertyAttribute Class
Represents a custom attribute that can be used to ignore entity properties during serialization/de-serialization.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectSystem.::..Attribute
Microsoft.WindowsAzure.Storage.Table.::..IgnorePropertyAttribute
Syntax
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)] public sealed class IgnorePropertyAttribute : Attribute
C++
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false)] public ref class IgnorePropertyAttribute sealed : Attribute
[<Sealed>] [<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)>] type IgnorePropertyAttribute = class inherit Attribute end
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False)> Public NotInheritable Class IgnorePropertyAttribute Inherits Attribute
Constructors
| Name | Description | |
|---|---|---|
| IgnorePropertyAttribute()()()() |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Attribute.) | |
| GetHashCode()()()() | (Inherited from Attribute.) | |
| GetType()()()() | (Inherited from Object.) | |
| Match(Object)(Object^)(Object)(Object) | (Inherited from Attribute.) | |
| ToString()()()() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.