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)

Syntax

[IgnoreDataMemberAttribute]
public Uri Uri { get; private set; }
public:
[IgnoreDataMemberAttribute]
property Uri^ Uri {
    Uri^ get();
    private: void set(Uri^ value);
}
[<IgnoreDataMemberAttribute>]
member Uri : Uri with get, private set
<IgnoreDataMemberAttribute>
Public Property Uri As Uri
    Get
    Private Set
End Property

Property Value

Type: System.Uri

The URI associated with the registration.

See Also

Registration Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top