IBuildResults.Messages Property

Definition

The build messages generated from a bootstrapper build

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property cli::array <Microsoft::Build::Tasks::Deployment::Bootstrapper::BuildMessage ^> ^ Messages { cli::array <Microsoft::Build::Tasks::Deployment::Bootstrapper::BuildMessage ^> ^ get(); };
public Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage[] Messages { get; }
member this.Messages : Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage[]
Public ReadOnly Property Messages As BuildMessage()

Property Value

The build messages generated from a bootstrapper build.

Applies to