ServiceDescription.ValidationWarnings Property
.NET Framework (current version)
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.
Assembly: System.Web.Services (in System.Web.Services.dll)
Property Value
Type: System.Collections.Specialized.StringCollectionA 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
Available since 2.0
Show: