AuthorizationService.GetObjectClass Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- objectId
Type: System.String
Return Value
Type: System.String
Returns 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.