RenewEntitlementRequest.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the StatusCode value for the renewed Entitlement.
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 value for the renewed Entitlement.
Remarks
The default StatusCode values for the Entitlement table are:
| Value | Label |
|---|---|
0 | Draft |
1 | Active |
2 | Cancelled |
3 | Expired |