Schedule.LastRunTimeSpecified プロパティ

定義

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

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

プロパティ値

Web サービス呼び出しに LastRunTime プロパティを含める必要がある場合は true、含める必要がない場合は false です。 既定値は、false です。

注釈

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

適用対象