ProjectProperty.IsReservedProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the property is a reserved property, like 'MSBuildProjectFile'.
public:
abstract property bool IsReservedProperty { bool get(); };
public:
property bool IsReservedProperty { bool get(); };
public abstract bool IsReservedProperty { get; }
public bool IsReservedProperty { get; }
member this.IsReservedProperty : bool
Public MustOverride ReadOnly Property IsReservedProperty As Boolean
Public ReadOnly Property IsReservedProperty As Boolean
Property Value
true
if the property is a reserved property; otherwise, false
.