Compartir a través de


del método Admin.ListInstalledLanguages

Lee la lista de idiomas instalados.

Espacio de nombres:  WebSvcAdmin
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
<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()
'Uso
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()

Valor devuelto

Tipo: []
Una matriz de enteros para los idiomas instalados; Por ejemplo, 1033 es el inglés de Estados Unidos.

Comentarios

Permisos de Project Server

Permiso

Descripción

LogOn

Permite que un usuario inicie sesión en Project Server. Permiso global.

Vea también

Referencia

clase Admin

Miembros Admin

Espacio de nombres WebSvcAdmin