Subscription.LastExecutedSpecified プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 サービス オブジェクトの値を省略する」を参照してください。