Share via


IJobNotificationSubscription.NotificationEndPoint Property

Endpoint to use to send notifications.

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

Syntax

'Declaration
ReadOnly Property NotificationEndPoint As INotificationEndPoint 
    Get
'Usage
Dim instance As IJobNotificationSubscription 
Dim value As INotificationEndPoint 

value = instance.NotificationEndPoint
INotificationEndPoint NotificationEndPoint { get; }
property INotificationEndPoint^ NotificationEndPoint {
    INotificationEndPoint^ get ();
}
abstract NotificationEndPoint : INotificationEndPoint
function get NotificationEndPoint () : INotificationEndPoint

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.INotificationEndPoint
The endpoint to use to send notifications.

See Also

Reference

IJobNotificationSubscription Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace