Share via


Proprietà Appointments.Accounts

Spazio dei nomi:  Microsoft.Phone.UserData
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

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

Informazioni sulla versione

.NET per applicazioni Windows Phone

Supportato in: Windows Phone 8, Silverlight 8.1

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Appointments Classe

Spazio dei nomi Microsoft.Phone.UserData