RetrieveDeprovisionedLanguagesResponse.RetrieveDeprovisionedLanguages Property

 

Applies To: Dynamics CRM 2015

Gets an array of locale ID values representing disabled language packs that are installed on the server.

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

Syntax

public int[] RetrieveDeprovisionedLanguages { get; }
public:
property array<int>^ RetrieveDeprovisionedLanguages {
    array<int>^ get();
}
member RetrieveDeprovisionedLanguages : int[] with get
Public ReadOnly Property RetrieveDeprovisionedLanguages As Integer()

Property Value

Type: System.Int32[]

Type: Int32[]
An array of locale ID values representing disabled language packs that are installed on the server.

Remarks

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

See Also

RetrieveDeprovisionedLanguagesResponse Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright