Compartir a través de


RetrieveDeprovisionedLanguagesResponse.RetrieveDeprovisionedLanguages Property

Definition

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

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

Property Value

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.

Applies to