RenewContractRequest.Status Property

Definition

Gets or sets the status of the contract.

public:
 property int Status { int get(); void set(int value); };
public int Status { get; set; }
member this.Status : int with get, set
Public Property Status As Integer

Property Value

The status of the contract.

Remarks

The Status property corresponds to the Contract.StatusCode column of the Contract table. It is shown as the Status Reason in model-driven applications. If you set the value of this property to -1, the system sets the appropriate corresponding status value. For a list of the status values, see the table definition. You can use a table definition browser like the one described in Browse table definitions in your environment.

Applies to