IAuthorizationService.ResetInheritance Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub ResetInheritance ( _
objectId As String, _
parentObjectId As String _
)
void ResetInheritance(
string objectId,
string parentObjectId
)
void ResetInheritance(
String^ objectId,
String^ parentObjectId
)
abstract ResetInheritance :
objectId:string *
parentObjectId:string -> unit
function ResetInheritance(
objectId : String,
parentObjectId : String
)
Parameters
- objectId
Type: System.String
- parentObjectId
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.