ILocator.AssetId Property

Gets the asset identifier of this locator.

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

Syntax

'Declaration
ReadOnly Property AssetId As String 
    Get
'Usage
Dim instance As ILocator 
Dim value As String 

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

Property Value

Type: System.String
The asset identifier of this locator.

See Also

Reference

ILocator Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace