WebServicesSection::ConformanceWarnings Property
.NET Framework (current version)
Gets the collection of conformance warnings for the Web Service. This property corresponds to the configurationWarnings element in the configuration file.
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
Available since 2.0
Show: