MediaServicesAccount.AccountKey Property
Optional. The Key of the Media Services account.
Namespace: Microsoft.WindowsAzure.Management.MediaServices.Models
Assembly: Microsoft.WindowsAzure.Management.MediaServices (in Microsoft.WindowsAzure.Management.MediaServices.dll)
Syntax
public string AccountKey { get; set; }
public:
property String^ AccountKey {
String^ get();
void set(String^ value);
}
member AccountKey : string with get, set
Public Property AccountKey As String
Property Value
Type: System.String
See Also
MediaServicesAccount Class
Microsoft.WindowsAzure.Management.MediaServices.Models Namespace
Return to top