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

屬性值

trueLastExecuted 該屬性應包含在網路服務呼叫中;否則,則 false。 預設值為 false

屬性

備註

欲了解更多關於省略屬性的資訊,請參閱「 省略可選網路服務物件的值」。

適用於