CalendarItemType.ConflictingMeetingCount Property

Definition

The ConflictingMeetingCount property gets or sets an integer value that represents the number of meetings that conflict with the calendar item.

public:
 property int ConflictingMeetingCount { int get(); void set(int value); };
public int ConflictingMeetingCount { get; set; }
Public Property ConflictingMeetingCount As Integer

Property Value

The ConflictingMeetingCount property returns an integer value that represents the number of meetings that conflict with the calendar item.

Applies to