TaskType.DueDateSpecified 属性

定义

属性 DueDateSpecified 获取或设置一个布尔值,该值指定属性是否 DueDate 序列化为 SOAP 请求。 如果指定了 属性, DueDate 则此属性是必需的。

public:
 property bool DueDateSpecified { bool get(); void set(bool value); };
public bool DueDateSpecified { get; set; }
Public Property DueDateSpecified As Boolean

属性值

如果DueDate属性序列化为 SOAP 请求,则DueDateSpecified属性返回 true;否则,该属性返回 false

适用于