This documentation is archived and is not being maintained.
VersionControlServer.GetGlobalPermissions Method
Visual Studio 2013
Gets the global permissions of the selected users in the repository.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
'Declaration Public Function GetGlobalPermissions ( _ identityNames As String() _ ) As GlobalSecurity
Parameters
- identityNames
- Type: System.String()
The user or group names (specify null for all identities).
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.GlobalSecurityThe permissions from the repository.
- 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: