XMLNode.ValidationErrorText[Boolean] Property

Definition

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.

Property Value

Applies to