共用方式為


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 服務的一致性警告集合。

屬性

適用於