Metodo IdentityManagementWebService.ListApplicationGroups
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
<WebMethodAttribute> _
Public Function ListApplicationGroups ( _
projectUri As String, _
options As Integer, _
features As Integer, _
propertyNameFilters As String(), _
propertyScope As Integer _
) As TeamFoundationIdentity()
[WebMethodAttribute]
public TeamFoundationIdentity[] ListApplicationGroups(
string projectUri,
int options,
int features,
string[] propertyNameFilters,
int propertyScope
)
Parametri
- projectUri
Tipo: System.String
- options
Tipo: System.Int32
- features
Tipo: System.Int32
- propertyNameFilters
Tipo: array<System.String[]
- propertyScope
Tipo: System.Int32
Valore restituito
Tipo: array<Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentity[]
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
IdentityManagementWebService Classe
Spazio dei nomi Microsoft.TeamFoundation.Framework.Server.Alm.WebServices