CalendarEventDetails.IsPrivate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IsPrivate property gets or sets a Boolean value that indicates whether the calendar item is private.
public:
property bool IsPrivate { bool get(); void set(bool value); };
public bool IsPrivate { get; set; }
Public Property IsPrivate As Boolean
Property Value
The IsPrivate property returns true if the calendar item is private; otherwise, the property returns false.
Remarks
If the IsPrivate property is set to true, no other properties in the CalendarEventDetails instance are set.