ProtocolImporter.Style Property

Definition

Gets an enumeration value that indicates whether a client proxy class or an abstract server class is being generated. The values are Client and Server. The value is that of the associated ServiceDescriptionImporter instance's Style property.

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

Property Value

An enumeration value that indicates whether a client proxy class or an abstract server class is being generated. The values are Client and Server. The value is that of the associated ServiceDescriptionImporter instance's Style property.

Applies to