Registration::ETag Property

 

Gets the entity tag.

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

public:
property String^ ETag {
	String^ get();
	internal: void set(String^ value);
}

Property Value

Type: System::String^

The entity tag.

Return to top
Show: