BuildResults.Succeeded 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.
Returns true if the bootstrapper build was successful, false otherwise
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property bool Succeeded { bool get(); };
public bool Succeeded { get; }
public bool Succeeded { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Succeeded : bool
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Succeeded : bool
Public ReadOnly Property Succeeded As Boolean
Property Value
A Boolean value indicating whether the bootstrapper build was successful. Returns true
if the bootstrapper build was successful; otherwise, false
.
Implements
- Attributes