MediaServicesCredentials.Scope Property

The scope of authorization.

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

Syntax

'Declaration
Public Property Scope As String 
    Get 
    Set
'Usage
Dim instance As MediaServicesCredentials 
Dim value As String 

value = instance.Scope

instance.Scope = value
public string Scope { get; set; }
public:
property String^ Scope {
    String^ get ();
    void set (String^ value);
}
member Scope : string with get, set
function get Scope () : String 
function set Scope (value : String)

Property Value

Type: System.String
Returns String.

See Also

Reference

MediaServicesCredentials Class

Microsoft.WindowsAzure.MediaServices.Client Namespace