TaskType.StartDateSpecified 属性

定义

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

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

属性值

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

适用于