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)

public:
[ConfigurationPropertyAttribute("conformanceWarnings")]
property WsiProfilesElementCollection^ ConformanceWarnings {
	WsiProfilesElementCollection^ 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: