IAuthorizationService.ListObjectClasses Method
Returns the IDs of all defined object classes on a Team Foundation Server.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Function ListObjectClasses As String()
'Usage
Dim instance As IAuthorizationService
Dim returnValue As String()
returnValue = instance.ListObjectClasses()
string[] ListObjectClasses()
array<String^>^ ListObjectClasses()
function ListObjectClasses() : String[]
Return Value
Type: array<System.String[]
.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.