ProtocolImporter::Style Property
.NET Framework (current version)
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.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property ServiceDescriptionImportStyle Style { ServiceDescriptionImportStyle get(); }
Property Value
Type: System.Web.Services.Description::ServiceDescriptionImportStyleAn 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.
.NET Framework
Available since 1.1
Available since 1.1
Show: