BuildEngineResult.Result Property

Definition

Did the build pass or fail. True means the build succeeded, False means the build failed.

public:
 property bool Result { bool get(); };
public bool Result { get; }
public bool Result { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Result : bool
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Result : bool
Public ReadOnly Property Result As Boolean

Property Value

Attributes

Applies to