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

Property Inheritable As Boolean

Dim instance As VCRuntimeStringProperty
Dim value As Boolean

value = instance.Inheritable

instance.Inheritable = value
bool Inheritable { get; set; }
property bool Inheritable {
    bool get ();
    void set (bool value);
}
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.

Permissions

See Also

Reference

VCRuntimeStringProperty Interface

VCRuntimeStringProperty Members

Microsoft.VisualStudio.VCProjectEngine Namespace