共用方式為


WebServicesSection.SoapExtensionReflectorTypes 屬性

定義

取得 TypeElementCollection,指定當產生組態檔範圍內所有 XML Web Service 的服務描述時,要執行的 SOAP 擴充功能。

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

屬性值

TypeElementCollection

TypeElementCollection,指定當產生組態檔範圍內所有 XML Web Service 的服務描述時,要執行的 SOAP 擴充功能。

屬性

適用於