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.
Lists all TFS application groups in the specified scope
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function ListApplicationGroups ( _
scopeId As String, _
readOptions As ReadIdentityOptions _
) As TeamFoundationIdentity()
TeamFoundationIdentity[] ListApplicationGroups(
string scopeId,
ReadIdentityOptions readOptions
)
array<TeamFoundationIdentity^>^ ListApplicationGroups(
String^ scopeId,
ReadIdentityOptions readOptions
)
abstract ListApplicationGroups :
scopeId:string *
readOptions:ReadIdentityOptions -> TeamFoundationIdentity[]
function ListApplicationGroups(
scopeId : String,
readOptions : ReadIdentityOptions
) : TeamFoundationIdentity[]
Parameters
scopeId
Type: System.StringScope Uri, specifying whether group scope is project level or global to this host. Null or empty value signifies global scope
readOptions
Type: Microsoft.TeamFoundation.Framework.Common.ReadIdentityOptionsread options
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity[]
Application groups as an array of identities
.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.