Share via


AuthorizationService.RegisterObject Method

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub RegisterObject ( _
    objectId As String, _
    objectClassId As String, _
    projectUri As String, _
    parentObjectId As String _
)
[WebMethodAttribute]
public void RegisterObject(
    string objectId,
    string objectClassId,
    string projectUri,
    string parentObjectId
)
[WebMethodAttribute]
public:
void RegisterObject(
    String^ objectId, 
    String^ objectClassId, 
    String^ projectUri, 
    String^ parentObjectId
)
[<WebMethodAttribute>]
member RegisterObject : 
        objectId:string * 
        objectClassId:string * 
        projectUri:string * 
        parentObjectId:string -> unit
public function RegisterObject(
    objectId : String, 
    objectClassId : String, 
    projectUri : String, 
    parentObjectId : String
)

Parameters

.NET Framework Security

See Also

Reference

AuthorizationService Class

Microsoft.TeamFoundation.Integration.Server Namespace