Entity.Token Property

 

Gets or sets the token to the Azure service.

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

Syntax

public string Token { get; set; }
public:
property String^ Token {
    String^ get();
    void set(String^ value);
}
member Token : string with get, set
Public Property Token As String

Property Value

Type: System.String

The token to the Azure service.

See Also

Entity Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top