WssInterop.ReadWssSettings 方法
在 SharePoint 管理中心網站取得Project Web App設定。
命名空間: WebSvcWssInterop
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
<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
'用途
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()
傳回值
類型:WebSvcWssInterop.WssSettingsDataSet
備註
Project Server 權限
權限 |
描述 |
---|---|
允許使用者登入 Project Server。通用權限。 |