共用方式為


SoapExtensionTypeElement.Type 屬性

定義

取得或設定要加入至 Web 服務組態檔之 SoapExtensionType 項目的 SOAP 擴充功能類別。

public:
 property Type ^ Type { Type ^ get(); void set(Type ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.Services.Configuration.TypeTypeConverter))]
[System.Configuration.ConfigurationProperty("type", IsKey=true)]
public Type Type { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.Services.Configuration.TypeTypeConverter))>]
[<System.Configuration.ConfigurationProperty("type", IsKey=true)>]
member this.Type : Type with get, set
Public Property Type As Type

屬性值

String,包含 SoapExtensionType 項目的類型名稱。

屬性

適用於