Share via


AccessControlListsController.QueryAccessControlLists, méthode

Espace de noms :  Microsoft.TeamFoundation.Framework.Server
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
<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
)

Paramètres

Valeur de retour

Type : System.Linq.IQueryable<AccessControlList>

Sécurité .NET Framework

Voir aussi

Référence

AccessControlListsController Classe

Microsoft.TeamFoundation.Framework.Server, espace de noms