Partager via


Admin.ListInstalledLanguages - Méthode

Lit la liste des langues installées.

Espace de noms :  WebSvcAdmin
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ListInstalledLanguages", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ListInstalledLanguages As Integer()
'Utilisation
Dim instance As Admin
Dim returnValue As Integer()

returnValue = instance.ListInstalledLanguages()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ListInstalledLanguages", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public int[] ListInstalledLanguages()

Valeur renvoyée

Type : []
Un tableau d'entiers pour les langues installées ; par exemple, 1033 est anglais (États-Unis).

Remarques

Autorisations Project Server

Autorisation

Description

LogOn

Permet à un utilisateur de se connecter à Project Server. Autorisation globale.

Voir aussi

Référence

Admin classe

Admin - Membres

WebSvcAdmin - Espace de noms