IdentityManagementWebService.ListApplicationGroups Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function ListApplicationGroups ( _
projectUri As String, _
options As Integer _
) As TeamFoundationIdentity()
[WebMethodAttribute]
public TeamFoundationIdentity[] ListApplicationGroups(
string projectUri,
int options
)
[WebMethodAttribute]
public:
array<TeamFoundationIdentity^>^ ListApplicationGroups(
String^ projectUri,
int options
)
[<WebMethodAttribute>]
member ListApplicationGroups :
projectUri:string *
options:int -> TeamFoundationIdentity[]
public function ListApplicationGroups(
projectUri : String,
options : int
) : TeamFoundationIdentity[]
Parameters
- projectUri
Type: System.String
- options
Type: System.Int32
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentity[]
.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.
See Also
Reference
IdentityManagementWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace