IBuildSettings.Validate 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.
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.