ServiceDescription::ValidationWarnings Property

 

Gets a StringCollection that contains any validation warnings that were generated during a call to Read(Stream^, Boolean), Read(TextReader^, Boolean), Read(String^, Boolean), or Read(XmlReader^, Boolean) with the validate parameter set to true.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property StringCollection^ ValidationWarnings {
	StringCollection^ get();
}

Property Value

Type: System.Collections.Specialized::StringCollection^

A StringCollection that contains any validation warnings that were generated during a call to Read(Stream^, Boolean), Read(TextReader^, Boolean), Read(String^, Boolean), or Read(XmlReader^, Boolean) with the validate parameter set to true.

.NET Framework
Available since 2.0
Return to top
Show: