DeprovisionLanguageRequest.Language Property

 

Applies To: Dynamics CRM 2015

Gets or sets the language to deprovision. Required.

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

Syntax

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

Property Value

Type: System.Int32

Type: Int32
The language to deprovision. Required.

Remarks

Valid locale ID values can be found at Locale ID (LCID) Chart.

See Also

DeprovisionLanguageRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright