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 属性的值。