ILocator.Type Property

Gets the locator type.

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

Syntax

'Declaration
ReadOnly Property Type As LocatorType 
    Get
'Usage
Dim instance As ILocator 
Dim value As LocatorType 

value = instance.Type
LocatorType Type { get; }
property LocatorType Type {
    LocatorType get ();
}
abstract Type : LocatorType
function get Type () : LocatorType

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.LocatorType
The locator type.

See Also

Reference

ILocator Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace