Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.