Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function Convert ( _
    vssAces As IEnumerable(Of AccessControlEntry) _
) As IEnumerable(Of AccessControlEntry)
public static IEnumerable<AccessControlEntry> Convert(
    IEnumerable<AccessControlEntry> vssAces
)
public:
static IEnumerable<AccessControlEntry^>^ Convert(
    IEnumerable<AccessControlEntry^>^ vssAces
)
static member Convert : 
        vssAces:IEnumerable<AccessControlEntry> -> IEnumerable<AccessControlEntry> 
public static function Convert(
    vssAces : IEnumerable<AccessControlEntry>
) : IEnumerable<AccessControlEntry>
Parameters
- vssAces
 Type: System.Collections.Generic.IEnumerable<AccessControlEntry>
Return Value
Type: System.Collections.Generic.IEnumerable<AccessControlEntry>
Returns IEnumerable<T>.
.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.