This documentation is archived and is not being maintained.

ItemSecurity::Inherit Property

Gets or sets a flag that describes the permission inheritance of this item.

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

public:
property bool Inherit {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True to inherit permissions from the parent; otherwise, false.

Show: