Subscription.LastExecutedSpecified プロパティ

定義

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

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

プロパティ値

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

注釈

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

適用対象