GroupAttendeeConflictData.NumberOfMembersWithNoData Property
The NumberOfMembersWithNoData property gets or sets the number of distribution list members who do not have published free/busy data to compare to a suggested meeting time.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property NumberOfMembersWithNoData As Integer
Get
Set
'Usage
Dim instance As GroupAttendeeConflictData
Dim value As Integer
value = instance.NumberOfMembersWithNoData
instance.NumberOfMembersWithNoData = value
public int NumberOfMembersWithNoData { get; set; }
Property Value
Type: System.Int32
The NumberOfMembersWithNoData property returns the number of distribution list members who do not have published free/busy data to compare to a suggested meeting time.
Remarks
The NumberOfMembersWithNoData property represents the number of members of a distribution list who have a NoData status, or it represents the members of a distribution list that is too large to be expanded.