ValidationEventArgs::Message Property

 

Gets the text description corresponding to the validation event.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public:
property String^ Message {
	String^ get();
}

Property Value

Type: System::String^

The text description.

.NET Framework
Available since 1.1
Return to top
Show: