ProjectProperty.IsImported 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.
If the property originated in an imported file, returns true. If the property originates from the environment, a global property, or is a built-in property, returns false. Otherwise returns false.
public:
abstract property bool IsImported { bool get(); };
public:
property bool IsImported { bool get(); };
public abstract bool IsImported { get; }
public bool IsImported { get; }
member this.IsImported : bool
Public MustOverride ReadOnly Property IsImported As Boolean
Public ReadOnly Property IsImported As Boolean
Property Value
true
if the property originates from an imported file and not from an environment variable, a global property, or a reserved property; otherwise, false
.