Appointment.IsPrivate Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether the appointment is private.
Namespace: Microsoft.Phone.UserData
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
Public Property IsPrivate As Boolean
public bool IsPrivate { get; internal set; }
Property Value
Type: System..::.Boolean
true if the appointment is private; otherwise, false.
Remarks
If the appointment is private, then the only properties that return information are StartTime, EndTime, and Account.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1
Platforms
Windows Phone
See Also
Reference
Microsoft.Phone.UserData Namespace