Subscription.LastExecutedSpecified Property

Definition

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

public:
 property bool LastExecutedSpecified { bool get(); void set(bool value); };
public bool LastExecutedSpecified { get; set; }
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.

Remarks

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

Applies to