IBuildResults.Succeeded Property

Definition

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

Property Value

true if the bootstrapper build was successful; otherwise, false.

Applies to