Appointment.Account Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the data source associated with this appointment.
Namespace: Microsoft.Phone.UserData
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
Public Property Account As Account
public Account Account { get; internal set; }
Property Value
Type: Microsoft.Phone.UserData..::.Account
The data source associated with this appointment.
Remarks
The data source associated with this appointment is the service provider whose data was used to obtain the appointment. The StorageKind enumeration lists the possible sources of data.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1
Platforms
Windows Phone
See Also
Reference
Microsoft.Phone.UserData Namespace