This documentation is archived and is not being maintained.
VersionControlServer.SetGlobalPermissions Method
Visual Studio 2013
Sets the permissions for items in the repository.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
'Declaration Public Function SetGlobalPermissions ( _ permissionChanges As PermissionChange() _ ) As PermissionChange()
Parameters
- permissionChanges
- Type: Microsoft.TeamFoundation.VersionControl.Client.PermissionChange()
An array of PermissionChange objects to send to the server.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.PermissionChange()An array of PermissionChange objects representing the successful changes returned from the server.
- 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.
Show: