CalendarItemType.ConflictingMeetingCountSpecified Property

Definition

The ConflictingMeetingCountSpecified property gets or sets a Boolean value that specifies whether the ConflictingMeetingCount property is serialized into the SOAP request. This property is required if the ConflictingMeetingCount property is specified.

public:
 property bool ConflictingMeetingCountSpecified { bool get(); void set(bool value); };
public bool ConflictingMeetingCountSpecified { get; set; }
Public Property ConflictingMeetingCountSpecified As Boolean

Property Value

The ConflictingMeetingCountSpecified property returns true if the CalendarItemType property is serialized into the SOAP request; otherwise, the property returns false.

Applies to