Appointment.Details Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a detailed description of the appointment.
Namespace: Microsoft.Phone.UserData
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
Public Property Details As String
public string Details { get; internal set; }
Property Value
Type: System..::.String
A detailed description of the appointment.
Remarks
The Subject property contains a shorter description of the appointment. The Details property contains a longer description of the appointment.
If the IsPrivate property is true, then this property does not return information.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1
Platforms
Windows Phone
See Also
Reference
Microsoft.Phone.UserData Namespace