CalendarEventDetails.IsPrivate Property

Definition

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.

Applies to