次の方法で共有


TaskType.StartDateSpecified プロパティ

定義

プロパティは StartDateSpecified 、プロパティを SOAP 要求にシリアル化するかどうかを StartDate 指定するブール値を取得または設定します。 プロパティが指定されている場合は、 StartDate このプロパティが必要です。

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

プロパティ値

プロパティが StartDateSpecified SOAP 要求にシリアル化されている場合StartDate、プロパティは true を返します。それ以外の場合、プロパティは false を返します

適用対象