Share via


Admin.ListInstalledLanguages Method

Gets the list of installed languages.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

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

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

Return Value

Type: []

Remarks

Project Server Permissions

Permission

Description

LogOn

Log on to Project Server. Global permission.

See Also

Reference

Admin Class

Admin Members

WebSvcAdmin Namespace