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