Share via


RetrieveProvisionedLanguagesResponse.RetrieveProvisionedLanguages Property

 

Applies To: Dynamics CRM 2015

Gets an array of locale ID values that represent the provisioned languages.

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

Syntax

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

Property Value

Type: System.Int32[]

Type: Int32[]
An array of locale ID values that represent the provisioned languages..

Remarks

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

See Also

RetrieveProvisionedLanguagesResponse Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright