ConflictResultsType.Count Property
The Count property gets an integer value that specifies the number of conflicts in an UpdateItem response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Count As Integer
Get
Set
'Usage
Dim instance As ConflictResultsType
Dim value As Integer
value = instance.Count
instance.Count = value
public int Count { get; set; }
Property Value
Type: System.Int32
The Count property returns an integer value.
See Also