TaskType.PercentCompleteSpecified Property
The PercentCompleteSpecified property gets or sets a Boolean value that specifies whether the PercentComplete property is serialized into the SOAP request. This property is required if the PercentComplete property is specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property PercentCompleteSpecified As Boolean
Get
Set
'Usage
Dim instance As TaskType
Dim value As Boolean
value = instance.PercentCompleteSpecified
instance.PercentCompleteSpecified = value
public bool PercentCompleteSpecified { get; set; }
Property Value
Type: System.Boolean
The PercentCompleteSpecified property returns true if the PercentComplete property is serialized into the SOAP request; otherwise, the property returns false.
See Also