WebServicesSection.ConformanceWarnings 属性

定义

获取 Web 服务一致性警告的集合。 此属性对应于配置文件中的 configurationWarnings 元素。

public:
 property System::Web::Services::Configuration::WsiProfilesElementCollection ^ ConformanceWarnings { System::Web::Services::Configuration::WsiProfilesElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("conformanceWarnings")]
public System.Web.Services.Configuration.WsiProfilesElementCollection ConformanceWarnings { get; }
[<System.Configuration.ConfigurationProperty("conformanceWarnings")>]
member this.ConformanceWarnings : System.Web.Services.Configuration.WsiProfilesElementCollection
Public ReadOnly Property ConformanceWarnings As WsiProfilesElementCollection

属性值

WsiProfilesElementCollection

WsiProfilesElementCollection 对象,表示 Web 服务一致性警告的集合。

属性

适用于