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)

Syntax

'Declaration
Property Inheritable As Boolean
bool Inheritable { get; set; }
property bool Inheritable {
    bool get ();
    void set (bool value);
}
abstract Inheritable : bool with get, set
function get Inheritable () : boolean 
function set Inheritable (value : boolean)

Property Value

Type: System.Boolean
true if the VCRuntimeStringProperty object can inherit values from its parent object.

.NET Framework Security

See Also

Reference

VCRuntimeStringProperty Interface

Microsoft.VisualStudio.VCProjectEngine Namespace