IBuildSettings.Validate Property

Definition

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

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

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

Remarks

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

Applies to