ProjectProperty.IsReservedProperty Property

Definition

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.

Applies to