Table of Contents

Class IgnorePropertyAttribute

Namespace
Microsoft.WindowsAzure.Storage.Table
Assembly
Microsoft.WindowsAzure.Storage.dll

Represents a custom attribute that can be used to ignore entity properties during serialization/de-serialization.

[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public sealed class IgnorePropertyAttribute : Attribute
Inheritance
IgnorePropertyAttribute
Inherited Members

Constructors

IgnorePropertyAttribute()

public IgnorePropertyAttribute()