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