Registration.ChannelUri Property
Gets or sets the channel URI.
Namespace: Microsoft.WindowsAzure.Messaging
Assembly: Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)
Syntax
public string ChannelUri { get; internal set; }
public:
property String^ ChannelUri {
String^ get();
internal: void set(String^ value);
}
member ChannelUri : string with get, internal set
Public Property ChannelUri As String
Get
Friend Set
End Property
Property Value
Type: System.String
The channel URI.
See Also
Registration Class
Microsoft.WindowsAzure.Messaging Namespace
Return to top