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,在配置文件范围内指定要运行的服务说明格式扩展。

属性

适用于