ProjectMetadata.Project Property

Definition

Project that this metadatum lives in. ProjectMetadata's always live in a project.

public:
 property Microsoft::Build::Evaluation::Project ^ Project { Microsoft::Build::Evaluation::Project ^ get(); };
public Microsoft.Build.Evaluation.Project Project { get; }
member this.Project : Microsoft.Build.Evaluation.Project
Public ReadOnly Property Project As Project

Property Value

The project that contains this metadata, which is never null.

Applies to