TaskType.ChangeCount Property
The ChangeCount property gets or sets an integer value that specifies the version of a task.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ChangeCount As Integer
Get
Set
'Usage
Dim instance As TaskType
Dim value As Integer
value = instance.ChangeCount
instance.ChangeCount = value
public int ChangeCount { get; set; }
Property Value
Type: System.Int32
The ChangeCount property returns an integer value that specifies the version of a task.
See Also