Property CheckWellFormed
CheckWellFormed
Gets or sets the value indicating whether this validator checks for well-formedness.
public bool CheckWellFormed { get; set; }
Property Value
- bool
true
to check for well-formedness; otherwise,false
.
Gets or sets the value indicating whether this validator checks for well-formedness.
public bool CheckWellFormed { get; set; }
true
to check for well-formedness; otherwise, false
.