Share via


MediaServicesAccount.AccountName Property

 

Optional. The Name 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 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

MediaServicesAccount Class
Microsoft.WindowsAzure.Management.MediaServices.Models Namespace

Return to top