GenerateBootstrapper.Validate Property

Definition

Gets or sets a Boolean value that indicates whether the bootstrapper performs XSD validation on the specified input bootstrapper items.

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 XSD validation on the specified input bootstrapper items; otherwise, false.

Attributes

Remarks

The default value of this parameter is false.

Applies to