AuthorizationService.GetObjectClass Method

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

Syntax

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

Parameters

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

AuthorizationService Class

Microsoft.TeamFoundation.Integration.Server Namespace