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
)
[WebMethodAttribute]
public:
List<PermissionChange^>^ UpdateGlobalSecurity(
    array<PermissionChange^>^ changes, 
    [OutAttribute] List<Failure^>^% failures
)
[<WebMethodAttribute>]
member UpdateGlobalSecurity : 
        changes:PermissionChange[] * 
        failures:List<Failure> byref -> List<PermissionChange> 
public function UpdateGlobalSecurity(
    changes : PermissionChange[], 
    failures : List<Failure>
) : List<PermissionChange>
Parameters
- changes
 Type: array<Microsoft.TeamFoundation.VersionControl.Server.PermissionChange[]
- failures
 Type: System.Collections.Generic.List<Failure>%
Return Value
Type: System.Collections.Generic.List<PermissionChange>
.NET Framework Security
- 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.