Share via


AuthorizationProvider.SecurityObjectCreatedByParentId Method

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

Syntax

'Declaration
Public Sub SecurityObjectCreatedByParentId ( _
    parentId As String, _
    objectId As String, _
    securityToken As String _
)
public void SecurityObjectCreatedByParentId(
    string parentId,
    string objectId,
    string securityToken
)
public:
void SecurityObjectCreatedByParentId(
    String^ parentId, 
    String^ objectId, 
    String^ securityToken
)
member SecurityObjectCreatedByParentId : 
        parentId:string * 
        objectId:string * 
        securityToken:string -> unit 
public function SecurityObjectCreatedByParentId(
    parentId : String, 
    objectId : String, 
    securityToken : String
)

Parameters

.NET Framework Security

See Also

Reference

AuthorizationProvider Class

Microsoft.TeamFoundation.Server Namespace