Registration.ETag Property

 

Gets the entity tag.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)

Syntax

public string ETag { get; internal set; }
public:
property String^ ETag {
    String^ get();
    internal: void set(String^ value);
}
member ETag : string with get, internal set
Public Property ETag As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

The entity tag.

See Also

Registration Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top