Registration.RegistrationId Property

 

Gets or sets the registration ID.

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

[DataMemberAttribute(Order = 2, Name = "RegistrationId", IsRequired = false, 
	EmitDefaultValue = false)]
public string RegistrationId { get; internal set; }

Property Value

Type: System.String

The registration ID.

Return to top
Show: