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