Appointments.Accounts-Eigenschaft

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

Eigenschaftswert

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

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

.NET Framework-Sicherheit

Siehe auch

Referenz

Appointments Klasse

Microsoft.Phone.UserData-Namespace