Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.StringThe item for which to change permissions.
inherit
Type: System.BooleanTrue 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.