BuildSettings.Validate Property

Definition

True if the bootstrapper will perform XML validation on the component manifests

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property bool Validate { bool get(); void set(bool value); };
public bool Validate { get; set; }
member this.Validate : bool with get, set
Public Property Validate As Boolean

Property Value

Boolean

true if the bootstrapper performs XML validation on the component manifests; otherwise false.

Implements

Remarks

If true, the bootstrapper validates component manifests; if false, the bootstrapper does not validate component manifests.

Applies to