Share via


WssInterop.ReadWssSettings method

Gets settings for Project Web App in the SharePoint Central Administration site.

Namespace:  WebSvcWssInterop
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

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

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

Return value

Type: WebSvcWssInterop.WssSettingsDataSet

Remarks

Project Server Permissions

Permission

Description

LogOn

Allows the user to log on to Project Server. Global permission.

See also

Reference

WssInterop class

WssInterop members

WebSvcWssInterop namespace