ProjectProperty.IsImported Property

Definition

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.

Applies to