InheritanceChange.Inherit Property

Gets or sets a flag that describes whether to inherit changes.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

‘선언
Public Property Inherit As Boolean
    Get
    Set
public bool Inherit { get; set; }
public:
property bool Inherit {
    bool get ();
    void set (bool value);
}
member Inherit : bool with get, set
function get Inherit () : boolean
function set Inherit (value : boolean)

Property Value

Type: System.Boolean
True to inherit changes; otherwise, false.

.NET Framework Security

See Also

Reference

InheritanceChange Class

Microsoft.TeamFoundation.VersionControl.Client Namespace