Registration.ChannelUri Property

 

Gets or sets the channel URI.

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

[DataMemberAttribute(Order = 4, Name = "ChannelUri", IsRequired = true)]
public string ChannelUri { get; set; }

Property Value

Type: System.String

The channel URI.

Return to top
Show: