ILocator.AccessPolicyId Property

Gets the access policy identifier.

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

Syntax

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

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

Property Value

Type: System.String
The access policy identifier.

See Also

Reference

ILocator Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace