VCRuntimeStringProperty::Inheritable Property

 

Sets or gets whether the property can inherit from a parent object.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property bool Inheritable {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the VCRuntimeStringProperty object can inherit values from its parent object.

Return to top
Show: