WebServicesSection.SoapEnvelopeProcessing 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 SoapEnvelopeProcessingElement 物件的 WebServicesSection。
public:
property System::Web::Services::Configuration::SoapEnvelopeProcessingElement ^ SoapEnvelopeProcessing { System::Web::Services::Configuration::SoapEnvelopeProcessingElement ^ get(); void set(System::Web::Services::Configuration::SoapEnvelopeProcessingElement ^ value); };
[System.Configuration.ConfigurationProperty("soapEnvelopeProcessing")]
public System.Web.Services.Configuration.SoapEnvelopeProcessingElement SoapEnvelopeProcessing { get; set; }
[<System.Configuration.ConfigurationProperty("soapEnvelopeProcessing")>]
member this.SoapEnvelopeProcessing : System.Web.Services.Configuration.SoapEnvelopeProcessingElement with get, set
Public Property SoapEnvelopeProcessing As SoapEnvelopeProcessingElement
屬性值
目前組態檔的 SoapEnvelopeProcessingElement。
- 屬性