言語

Subscription.LastExecutedSpecified プロパティ

定義

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

public:
 property bool LastExecutedSpecified { bool get(); void set(bool value); };
[System.Xml.Serialization.XmlIgnore]
public bool LastExecutedSpecified { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.LastExecutedSpecified : bool with get, set
Public Property LastExecutedSpecified As Boolean

プロパティ値

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

属性

注釈

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

適用対象