Registration.ChannelUri Property

 

Gets or sets the channel URI.

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

Syntax

[DataMemberAttribute(Order = 4, Name = "ChannelUri", IsRequired = true)]
public string ChannelUri { get; set; }
public:
[DataMemberAttribute(Order = 4, Name = "ChannelUri", IsRequired = true)]
property String^ ChannelUri {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute(Order = 4, Name = "ChannelUri", IsRequired = true)>]
member ChannelUri : string with get, set
<DataMemberAttribute(Order := 4, Name := "ChannelUri", IsRequired := True)>
Public Property ChannelUri As String

Property Value

Type: System.String

The channel URI.

See Also

Registration Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top