ProtocolImporter.Style 属性

定义

获取一个枚举值,该值指示是生成客户端代理类还是正在生成抽象服务器类。 这些值为 客户端服务器。 该值是关联 ServiceDescriptionImporter 实例的属性的值 Style

public:
 property System::Web::Services::Description::ServiceDescriptionImportStyle Style { System::Web::Services::Description::ServiceDescriptionImportStyle get(); };
public System.Web.Services.Description.ServiceDescriptionImportStyle Style { get; }
member this.Style : System.Web.Services.Description.ServiceDescriptionImportStyle
Public ReadOnly Property Style As ServiceDescriptionImportStyle

属性值

一个枚举值,该值指示是生成客户端代理类还是正在生成抽象服务器类。 这些值为 客户端服务器。 该值是关联 ServiceDescriptionImporter 实例的属性的值 Style

适用于