BuildProperty.IsImported Property

Definition

Gets or sets a value indicating whether the property was imported into the project.

public:
 property bool IsImported { bool get(); };
public bool IsImported { get; }
member this.IsImported : bool
Public ReadOnly Property IsImported As Boolean

Property Value

true if the property was imported into the project; otherwise, false.

Applies to