IBuildResults.Messages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.