Repository.QueryEffectiveGlobalPermissions Method

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'宣言
<WebMethodAttribute> _
Public Function QueryEffectiveGlobalPermissions ( _
    identityName As String _
) As List(Of String)
[WebMethodAttribute]
public List<string> QueryEffectiveGlobalPermissions(
    string identityName
)
[WebMethodAttribute]
public:
List<String^>^ QueryEffectiveGlobalPermissions(
    String^ identityName
)
[<WebMethodAttribute>]
member QueryEffectiveGlobalPermissions : 
        identityName:string -> List<string> 
public function QueryEffectiveGlobalPermissions(
    identityName : String
) : List<String>

Parameters

Return Value

Type: System.Collections.Generic.List<String>

.NET Framework Security

See Also

Reference

Repository Class

Microsoft.TeamFoundation.VersionControl.Server Namespace