Expand Minimize
This topic has not yet been rated - Rate this topic

VersionControlServer.SetPermissions Method

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 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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.