GraphBuildSubmission.BuildResult 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 results of the build per graph node. Valid only after WaitHandle has become signalled.
public:
property Microsoft::Build::Graph::GraphBuildResult ^ BuildResult { Microsoft::Build::Graph::GraphBuildResult ^ get(); };
public Microsoft.Build.Graph.GraphBuildResult BuildResult { get; }
member this.BuildResult : Microsoft.Build.Graph.GraphBuildResult
Public ReadOnly Property BuildResult As GraphBuildResult