Registration.RegistrationId Property

 

Gets the registration ID.

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

Syntax

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

Property Value

Type: System.String

The registration ID.

See Also

Registration Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top