InheritanceChange Constructor
Initializes a new InheritanceChance instance.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
item As String, _
inherit As Boolean _
)
public InheritanceChange(
string item,
bool inherit
)
public:
InheritanceChange(
String^ item,
bool inherit
)
new :
item:string *
inherit:bool -> InheritanceChange
public function InheritanceChange(
item : String,
inherit : boolean
)
Parameters
- item
Type: System.String
The item for which to change permissions.
- inherit
Type: System.Boolean
True to inherit permissions; otherwise false.
.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.