AuthorizationService.ResetInheritance Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

AuthorizationService Class

Microsoft.TeamFoundation.Integration.Server Namespace