ILocator.Asset Property

Gets the IAsset that this locator is attached to.

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

Syntax

'Declaration
ReadOnly Property Asset As IAsset 
    Get
'Usage
Dim instance As ILocator 
Dim value As IAsset 

value = instance.Asset
IAsset Asset { get; }
property IAsset^ Asset {
    IAsset^ get ();
}
abstract Asset : IAsset
function get Asset () : IAsset

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.IAsset
The IAsset that this locator is attached to.

See Also

Reference

ILocator Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace