Conflict.NumberOfMembersAvailable Property

Definition

Gets the number of members who are available (whose status is Free) in the conflicting group.

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

Property Value

An T:System.Int32

Remarks

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

Applies to