Appointments.Accounts Property

Namespace:  Microsoft.Phone.UserData
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public ReadOnly Property Accounts As IEnumerable(Of Account)
public IEnumerable<Account> Accounts { get; }
public:
property IEnumerable<Account^>^ Accounts {
    IEnumerable<Account^>^ get ();
}
member Accounts : IEnumerable<Account> with get

Property Value

Type: System.Collections.Generic.IEnumerable<Account>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Appointments Class

Microsoft.Phone.UserData Namespace