ProjectMetadata.IsImported Property

Definition

If the metadatum originated in an imported file, returns true. Otherwise returns false.

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 metadata originated from an imported file; otherwise, false.

Applies to