TaskType.StatusSpecified Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property StatusSpecified As Boolean
Get
Set
'Usage
Dim instance As TaskType
Dim value As Boolean
value = instance.StatusSpecified
instance.StatusSpecified = value
public bool StatusSpecified { get; set; }
Property Value
Type: System.Boolean
The StatusSpecified property returns true if the Status property is serialized into the SOAP request; otherwise, the property returns false.
See Also