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

See Also

Reference

InheritanceChange Class

Microsoft.TeamFoundation.VersionControl.Client Namespace