Freigeben über


Repository.UpdateGlobalSecurity-Methode

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function UpdateGlobalSecurity ( _
    changes As PermissionChange(), _
    <OutAttribute> ByRef failures As List(Of Failure) _
) As List(Of PermissionChange)
[WebMethodAttribute]
public List<PermissionChange> UpdateGlobalSecurity(
    PermissionChange[] changes,
    out List<Failure> failures
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<PermissionChange>

.NET Framework-Sicherheit

Siehe auch

Referenz

Repository Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace