Security.ReadTemplate 方法
會取得指定的安全性範本的相關資訊。
命名空間: WebSvcSecurity
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/ReadTemplate", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Security/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Security/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadTemplate ( _
templateUid As Guid _
) As SecurityTemplatesDataSet
'用途
Dim instance As Security
Dim templateUid As Guid
Dim returnValue As SecurityTemplatesDataSet
returnValue = instance.ReadTemplate(templateUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/ReadTemplate", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Security/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Security/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public SecurityTemplatesDataSet ReadTemplate(
Guid templateUid
)
參數
templateUid
類型:System.Guid會指出指定的安全性範本的唯一識別碼。
傳回值
類型:WebSvcSecurity.SecurityTemplatesDataSet
會傳回名稱、 描述與類別及安全性範本中的通用權限的相關資訊。
備註
Project Server 權限
權限 |
描述 |
---|---|
可讓使用者管理 Project Server 安全性。通用權限。 |
|
可讓使用者管理 Project Server 使用者和群組。通用權限。 |