CatalogItem.ExecutionDateSpecified Property

Definition

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

public:
 property bool ExecutionDateSpecified { bool get(); void set(bool value); };
public bool ExecutionDateSpecified { get; set; }
member this.ExecutionDateSpecified : bool with get, set
Public Property ExecutionDateSpecified As Boolean

Property Value

true if the ExecutionDate 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