Share via


MediaServicesAccountListResponse.Accounts Property

Optional.

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

Usage

'Usage
Dim instance As MediaServicesAccountListResponse
Dim value As IList(Of MediaServiceAccount)

value = instance.Accounts

instance.Accounts = value

Syntax

'Declaration
Public Property Accounts As IList(Of MediaServiceAccount)
public IList<MediaServiceAccount> Accounts { get; set; }
public:
property IList<MediaServiceAccount^>^ Accounts {
    IList<MediaServiceAccount^>^ get ();
    void set (IList<MediaServiceAccount^>^ value);
}
/** @property */
public IList<MediaServiceAccount> get_Accounts ()

/** @property */
public void set_Accounts (IList<MediaServiceAccount> value)
public function get Accounts () : IList<MediaServiceAccount>

public function set Accounts (value : IList<MediaServiceAccount>)

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

MediaServicesAccountListResponse Class
MediaServicesAccountListResponse Members
Microsoft.WindowsAzure.Management.MediaServices.Models Namespace