言語

CatalogItem.ExecutionDateSpecified プロパティ

定義

ExecutionDateプロパティが指定されているかどうかを示す値を取得または設定します。

public:
 property bool ExecutionDateSpecified { bool get(); void set(bool value); };
public bool ExecutionDateSpecified { get; set; }
member this.ExecutionDateSpecified : bool with get, set
Public Property ExecutionDateSpecified As Boolean

プロパティ値

true ExecutionDateプロパティをWebサービスコールに含めるべきかは別として、そうでなければfalse。 既定値は false です。

注釈

プロパティの省略についての詳細は、「 オプションのWebサービスオブジェクトの値の省略」を参照してください。

適用対象