Edit

Share via


Conflict.NumberOfMembersWithConflict Property

Definition

Gets the number of members who have a conflict (whose status is Busy, OOF or Tentative) in the conflicting group.

public:
 property int NumberOfMembersWithConflict { int get(); };
public int NumberOfMembersWithConflict { get; }
Public ReadOnly Property NumberOfMembersWithConflict As Integer

Property Value

An T:System.Int32

Remarks

The value of the NumberOfMembersWithConflict property is only meaningful when the ConflictType property is set to GroupConflict.

Applies to