Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

IgnorePropertyAttribute Class (Microsoft.WindowsAzure.Storage.Table)

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)

Inheritance Hierarchy

System.::..Object
  System.::..Attribute
    Microsoft.WindowsAzure.Storage.Table.::..IgnorePropertyAttribute

Syntax

 
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)]
public sealed class IgnorePropertyAttribute : Attribute
 
[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

Methods

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.

Return to top