WebServicesSection.SoapExtensionReflectorTypes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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,指定當產生組態檔範圍內所有 XML Web Service 的服務描述時,要執行的 SOAP 擴充功能。
- 屬性