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; }
member this.Result : bool
Public ReadOnly Property Result As Boolean

Property Value

Boolean

Applies to