VersionControlServer.SetPermissions Method
Visual Studio 2012
Sets the permissions for items in the repository.
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
'Declaration Public Function SetPermissions ( _ securityChanges As SecurityChange() _ ) As SecurityChange()
Parameters
- securityChanges
- Type: Microsoft.TeamFoundation.VersionControl.Client.SecurityChange()
An array of SecurityChange objects to send to the server.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.SecurityChange()An array of SecurityChange representing the successful changes to 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.