ProtocolImporter.Style 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个枚举值,该值指示是生成客户端代理类还是正在生成抽象服务器类。 这些值为 客户端 和 服务器。 该值是关联 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 。