This documentation is archived and is not being maintained.

IIdentityManagementService2::ListApplicationGroups Method (String, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope)

Lists all TFS application groups in the specified scope.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

array<TeamFoundationIdentity^>^ ListApplicationGroups(
	String^ scopeId, 
	ReadIdentityOptions readOptions, 
	IEnumerable<String^>^ propertyNameFilters, 
	IdentityPropertyScope propertyScope
)

Parameters

scopeId
Type: System::String

Scope 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::ReadIdentityOptions

Read options.

propertyNameFilters
Type: System.Collections.Generic::IEnumerable<String>

Extended properties to retrieve with application groups.

propertyScope
Type: Microsoft.TeamFoundation.Framework.Common::IdentityPropertyScope

Indicates where to read extended properties from.

Return Value

Type: array<Microsoft.TeamFoundation.Framework.Client::TeamFoundationIdentity>
Application groups as an array of identities.

Show: