BuildSubmission.BuildResult Property

Definition

The result of the build. Valid only after WaitHandle has become signalled.

public:
 property Microsoft::Build::Execution::BuildResult ^ BuildResult { Microsoft::Build::Execution::BuildResult ^ get(); void set(Microsoft::Build::Execution::BuildResult ^ value); };
public Microsoft.Build.Execution.BuildResult BuildResult { get; set; }
public Microsoft.Build.Execution.BuildResult BuildResult { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.BuildResult : Microsoft.Build.Execution.BuildResult with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.BuildResult : Microsoft.Build.Execution.BuildResult with get, set
Public Property BuildResult As BuildResult

Property Value

The result of the build.

Attributes

Remarks

The result is not valid until WaitHandle is signalled.

Applies to