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 within the specified scope
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<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
)
[WebMethodAttribute]
public:
array<TeamFoundationIdentity^>^ ListApplicationGroups(
String^ projectUri,
int options,
int features,
array<String^>^ propertyNameFilters,
int propertyScope
)
[<WebMethodAttribute>]
member ListApplicationGroups :
projectUri:string *
options:int *
features:int *
propertyNameFilters:string[] *
propertyScope:int -> TeamFoundationIdentity[]
public function ListApplicationGroups(
projectUri : String,
options : int,
features : int,
propertyNameFilters : String[],
propertyScope : int
) : TeamFoundationIdentity[]
Parameters
projectUri
Type: System.StringIf null or empty, application groups at the server scope will be listed; or application groups at the project scope, per this parameter, will be listed
- options
Type: System.Int32
- features
Type: System.Int32
- propertyNameFilters
Type: array<System.String[]
- propertyScope
Type: System.Int32
Return Value
Type: array<Microsoft.TeamFoundation.Server.Core.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.