WebServicesSection.ConformanceWarnings Property

 

Gets the collection of conformance warnings for the Web Service. This property corresponds to the configurationWarnings element in the configuration file.

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

[<ConfigurationPropertyAttribute("conformanceWarnings")>]
member ConformanceWarnings : WsiProfilesElementCollection with get

Property Value

Type: System.Web.Services.Configuration.WsiProfilesElementCollection

A WsiProfilesElementCollection object that represents the collection of conformance warnings for the Web Service.

.NET Framework
Available since 2.0
Return to top
Show: