MediaServicesManagementClient.Accounts Property

 

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

Syntax

public virtual IAccountOperations Accounts { get; }
public:
property IAccountOperations^ Accounts {
    virtual IAccountOperations^ get();
}
abstract Accounts : IAccountOperations with get
override Accounts : IAccountOperations with get
Public Overridable ReadOnly Property Accounts As IAccountOperations

Property Value

Type: Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations

Implements

IMediaServicesManagementClient.Accounts

See Also

MediaServicesManagementClient Class
Microsoft.WindowsAzure.Management.MediaServices Namespace

Return to top