Represents a custom attribute that can be used to ignore entity properties during serialization/de-serialization.
Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim instance As IgnorePropertyAttribute
|
Syntax
| Visual Basic |
|---|
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple:=False)> _
Public NotInheritable Class IgnorePropertyAttribute
Inherits Attribute |
| C# |
|---|
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false)]
public sealed class IgnorePropertyAttribute : Attribute |
| C++ |
|---|
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple=false)]
public ref class IgnorePropertyAttribute sealed : public Attribute |
| J# |
|---|
/** @attribute AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false) */
public final class IgnorePropertyAttribute extends Attribute |
| JScript |
|---|
AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false)
public final class IgnorePropertyAttribute extends Attribute |
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.WindowsAzure.Storage.Table.IgnorePropertyAttribute
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.
Platforms
See Also