Share via


WebServicesSection.ServiceDescriptionFormatExtensionTypes プロパティ

定義

構成ファイルのスコープ内で実行するサービス記述式拡張機能を指定する TypeElementCollection を取得します。

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

プロパティ値

TypeElementCollection

構成ファイルのスコープ内で実行するサービス記述式拡張機能を指定する TypeElementCollection

属性

適用対象