CloudMediaContext.Locators Property

Gets the collection of locators in the system.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Locators As LocatorBaseCollection 
    Get
'Usage
Dim instance As CloudMediaContext 
Dim value As LocatorBaseCollection 

value = instance.Locators
public override LocatorBaseCollection Locators { get; }
public:
virtual property LocatorBaseCollection^ Locators {
    LocatorBaseCollection^ get () override;
}
abstract Locators : LocatorBaseCollection 
override Locators : LocatorBaseCollection
override function get Locators () : LocatorBaseCollection

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.LocatorBaseCollection

See Also

Reference

CloudMediaContext Class

Microsoft.WindowsAzure.MediaServices.Client Namespace