BuildEngineResult.Result 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.
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