次の方法で共有


TaskType.DueDateSpecified Property

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

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

Syntax

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

value = instance.DueDateSpecified

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

Property Value

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