Target.IsImported Property

Definition

Gets a value indicating whether the Target element was imported into the project.

public:
 property bool IsImported { bool get(); };
public bool IsImported { get; }
public bool IsImported { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.IsImported : bool
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.IsImported : bool
Public ReadOnly Property IsImported As Boolean

Property Value

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

Attributes

Applies to