Condividi tramite


Metodo AccessControlListsController.QueryAccessControlLists

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
<HttpGetAttribute> _
Public Function QueryAccessControlLists ( _
    securityNamespaceId As Guid, _
    token As String, _
    descriptors As String, _
    includeExtendedInfo As Boolean, _
    recurse As Boolean _
) As IQueryable(Of AccessControlList)
[HttpGetAttribute]
public IQueryable<AccessControlList> QueryAccessControlLists(
    Guid securityNamespaceId,
    string token,
    string descriptors,
    bool includeExtendedInfo,
    bool recurse
)

Parametri

Valore restituito

Tipo: System.Linq.IQueryable<AccessControlList>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AccessControlListsController Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server