Share via


Registration.RegistrationId Property

 

The registration id.

Namespace:   Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.Mobile.Ext (in Microsoft.WindowsAzure.Mobile.Ext.dll)

Syntax

[JsonPropertyAttribute(PropertyName = "registrationId")]
public string RegistrationId { get; internal set; }
public:
[JsonPropertyAttribute(PropertyName = "registrationId")]
property String^ RegistrationId {
    String^ get();
    internal: void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "registrationId")>]
member RegistrationId : string with get, internal set
<JsonPropertyAttribute(PropertyName := "registrationId")>
Public Property RegistrationId As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

See Also

Registration Class
Microsoft.WindowsAzure.MobileServices Namespace

Return to top