AuthorizationService.ListObjectClasses Method

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function ListObjectClasses As String()
[WebMethodAttribute]
public string[] ListObjectClasses()
[WebMethodAttribute]
public:
array<String^>^ ListObjectClasses()
[<WebMethodAttribute>]
member ListObjectClasses : unit -> string[] 
public function ListObjectClasses() : String[]

Return Value

Type: array<System.String[]
Returns String.

.NET Framework Security

See Also

Reference

AuthorizationService Class

Microsoft.TeamFoundation.Integration.Server Namespace