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; }
public bool Validate { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.Validate : bool with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
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.

Implements

Attributes

Remarks

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

Applies to