MediaServicesCredentials.ClientId Property
The Microsoft Windows Azure Media Services account name to authenticate with.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public Property ClientId As String
Get
Set
'Usage
Dim instance As MediaServicesCredentials
Dim value As String
value = instance.ClientId
instance.ClientId = value
public string ClientId { get; set; }
public:
property String^ ClientId {
String^ get ();
void set (String^ value);
}
member ClientId : string with get, set
function get ClientId () : String
function set ClientId (value : String)
Property Value
Type: System.String
Returns String.