Edit

Share via


Conflict.NumberOfMembers Property

Definition

Gets the number of users, resources, and rooms in the conflicting group.

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

Property Value

An T:System.Int32

Remarks

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

Applies to