Registration::RegistrationId Property

 

Gets the registration ID.

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

public:
property String^ RegistrationId {
	String^ get();
	internal: void set(String^ value);
}

Property Value

Type: System::String^

The registration ID.

Return to top
Show: