IAsset.Locators Property
Gets the Locators associated with this asset.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
ReadOnly Property Locators As ReadOnlyCollection(Of ILocator)
Get
'Usage
Dim instance As IAsset
Dim value As ReadOnlyCollection(Of ILocator)
value = instance.Locators
ReadOnlyCollection<ILocator> Locators { get; }
property ReadOnlyCollection<ILocator^>^ Locators {
ReadOnlyCollection<ILocator^>^ get ();
}
abstract Locators : ReadOnlyCollection<ILocator>
function get Locators () : ReadOnlyCollection<ILocator>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ILocator>
ILocator
Remarks
This collection is not modifiable. Instead a SAS locator is created from calling <see cref="M:Microsoft.WindowsAzure.MediaServices.Client.LocatorBaseCollection.CreateSasLocator(Microsoft.WindowsAzure.MediaServices.Client.IAsset,Microsoft.WindowsAzure.MediaServices.Client.IAccessPolicy)" />.