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
'Deklarace
Property Inheritable As Boolean
Get
Set
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
- 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.