Registration.ETag Property

 

Gets or sets the entity tag.

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

<DataMemberAttribute(Order := 0, Name := "ETag", IsRequired := False,
	EmitDefaultValue := False)>
Public Property ETag As String
	Get
	Friend Set
End Property

Property Value

Type: System.String

The entity tag.

Return to top
Show: