Share via


ItemSecurity.Inherit Property

The item's inherit flag. If true, this item's permissions are unioned with that of its parents. If not, all of this item's permissions are explicitly set in Entries[].

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

Syntax

'Declaration
Public Property Inherit As Boolean
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
Returns Boolean.

.NET Framework Security

See Also

Reference

ItemSecurity Class

Microsoft.TeamFoundation.VersionControl.Server Namespace