Subscription.LastExecutedSpecified Property

Definition

Gets a value that indicates whether the LastExecuted property is specified.

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

Property Value

true if the LastExecuted property should be included in the Web service call; otherwise, false. The default is false.

Attributes

Remarks

For more information about omitting properties see Omitting Values for Optional Web Service Objects.

Applies to