Registration::Uri Property

 

Gets or sets the URI associated with the registration.

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

public:
[IgnoreDataMemberAttribute]
property Uri^ Uri {
	Uri^ get();
	private: void set(Uri^ value);
}

Property Value

Type: System::Uri^

The URI associated with the registration.

Return to top
Show: