Share via


RenewEntitlementRequest.Status Property

 

Applies To: Dynamics CRM 2015

Gets or sets the StatusCode value for the renewed Entitlement.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

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

Property Value

Type: System.Int32

Type: Int32
The status value for the renewed Entitlement.

Remarks

The default StatusCode values for the Entitlement entity are:

Value

Label

0

Draft

1

Active

2

Cancelled

3

Expired

See Also

RenewEntitlementRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright