INotificationEndPoint.EndPointType Property

Get the type of notification endpoint. The only valid value is: AzureQueue = 1.

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

Syntax

'Declaration
ReadOnly Property EndPointType As NotificationEndPointType 
    Get
'Usage
Dim instance As INotificationEndPoint 
Dim value As NotificationEndPointType 

value = instance.EndPointType
NotificationEndPointType EndPointType { get; }
property NotificationEndPointType EndPointType {
    NotificationEndPointType get ();
}
abstract EndPointType : NotificationEndPointType
function get EndPointType () : NotificationEndPointType

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.NotificationEndPointType
AzureQueue = 1.

See Also

Reference

INotificationEndPoint Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace