INotificationEndPoint.EndPointAddress Property

The EndpointAddress is the name of AzureQueue to use. The naming rules of azure queue are enforced. For more information, see Naming Queues and Metadata.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
ReadOnly Property EndPointAddress As String 
    Get
'Usage
Dim instance As INotificationEndPoint 
Dim value As String 

value = instance.EndPointAddress
string EndPointAddress { get; }
property String^ EndPointAddress {
    String^ get ();
}
abstract EndPointAddress : string
function get EndPointAddress () : String

Property Value

Type: System.String
The endpoint address.

See Also

Reference

INotificationEndPoint Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace