次の方法で共有


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

プロパティ値

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

属性

注釈

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

適用対象