Share via


IMediaServicesManagementClient.Accounts Property

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

Usage

'Usage
Dim instance As IMediaServicesManagementClient
Dim value As IAccountOperations

value = instance.Accounts

Syntax

'Declaration
ReadOnly Property Accounts As IAccountOperations
IAccountOperations Accounts { get; }
property IAccountOperations^ Accounts {
    IAccountOperations^ get ();
}
/** @property */
IAccountOperations get_Accounts ()
function get Accounts () : IAccountOperations

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

IMediaServicesManagementClient Interface
IMediaServicesManagementClient Members
Microsoft.WindowsAzure.Management.MediaServices Namespace