XMLNode.ValidationErrorText[Boolean] 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.
Returns a String that represents the description for a validation error on an XMLNode object.
public:
property System::String ^ ValidationErrorText[bool] { System::String ^ get(bool Advanced); };
public string ValidationErrorText[bool Advanced = false] { get; }
member this.ValidationErrorText(bool) : string
Public ReadOnly Property ValidationErrorText(Optional Advanced As Boolean = false) As String
Parameters
- Advanced
- Boolean
Optional Boolean. Indicates that the error text displayed is the advanced version of the validation error description, which comes from the MSXML 5.0 component included with Microsoft Word.