INotificationEndPoint.Id Property

Gets the ID of the notification endpoint. The ID is a primary key assigned upon creation with the following format: nb:ncid:UUID:<GUID>

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

Syntax

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

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

Property Value

Type: System.String
The ID.

See Also

Reference

INotificationEndPoint Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace