SecurityWebService.SetAccessControlList Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub SetAccessControlList ( _
namespaceId As Guid, _
accessControlLists As List(Of AccessControlListDetails) _
)
[WebMethodAttribute]
public void SetAccessControlList(
Guid namespaceId,
List<AccessControlListDetails> accessControlLists
)
[WebMethodAttribute]
public:
void SetAccessControlList(
Guid namespaceId,
List<AccessControlListDetails^>^ accessControlLists
)
[<WebMethodAttribute>]
member SetAccessControlList :
namespaceId:Guid *
accessControlLists:List<AccessControlListDetails> -> unit
public function SetAccessControlList(
namespaceId : Guid,
accessControlLists : List<AccessControlListDetails>
)
Parameters
- namespaceId
Type: System.Guid
- accessControlLists
Type: System.Collections.Generic.List<AccessControlListDetails>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace