言語

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

プロパティ値

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

注釈

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

適用対象