CalendarEventDetails.IsPrivate 属性

定义

获取一个值,该值指示日历事件是否为专用事件。

public:
 property bool IsPrivate { bool get(); };
public bool IsPrivate { get; }
Public ReadOnly Property IsPrivate As Boolean

属性值

如果日历事件为专用事件,则为 true;否则为 false

适用于