次の方法で共有


TaskType.ChangeCountSpecified Property

The ChangeCountSpecified property gets or sets a Boolean value that specifies whether the ChangeCount property is serialized into the SOAP request. This property is required if the ChangeCount property is specified.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property ChangeCountSpecified As Boolean
    Get
    Set
'Usage
Dim instance As TaskType
Dim value As Boolean

value = instance.ChangeCountSpecified

instance.ChangeCountSpecified = value
public bool ChangeCountSpecified { get; set; }

Property Value

Type: System.Boolean
The ChangeCountSpecified property returns true if the ChangeCount property is serialized into the SOAP request; otherwise, the property returns false.