Security.ReadGroup 方法
會取得指定之的安全性群組的資訊。
命名空間: WebSvcSecurity
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/ReadGroup", 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 ReadGroup ( _
groupUid As Guid _
) As SecurityGroupsDataSet
'用途
Dim instance As Security
Dim groupUid As Guid
Dim returnValue As SecurityGroupsDataSet
returnValue = instance.ReadGroup(groupUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/ReadGroup", 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 SecurityGroupsDataSet ReadGroup(
Guid groupUid
)
參數
groupUid
類型:System.Guid[安全性] 群組的 GUID。
傳回值
類型:WebSvcSecurity.SecurityGroupsDataSet
會傳回包含名稱、 描述、] 群組中的使用者、 群組、 可存取的安全性類別及設定的通用權限的安全性群組資訊。
備註
Project Server 權限
權限 |
描述 |
---|---|
可讓使用者管理 Project Server 使用者和群組。通用權限。 |