DelegateUserType.ViewPrivateItems 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 ViewPrivateItems property gets or sets a Boolean value that indicates whether the delegate has permission to view private calendar items on the principal's calendar.
public:
property bool ViewPrivateItems { bool get(); void set(bool value); };
public bool ViewPrivateItems { get; set; }
Public Property ViewPrivateItems As Boolean
Property Value
The ViewPrivateItems property returns true if the delegate has permission to view private calendar items on the principal's calendar; otherwise, the property returns false.