ServiceDescriptionImporter.CodeGenerationOptions Property
.NET Framework (current version)
Gets or sets various options for code generation.
Assembly: System.Web.Services (in System.Web.Services.dll)
[<ComVisibleAttribute(false)>] member CodeGenerationOptions : CodeGenerationOptions with get, set
Property Value
Type: System.Xml.Serialization.CodeGenerationOptionsA member or combination of members of the CodeGenerationOptions enumeration.
The CodeGenerationOptions property allows you to specify various options used when the Import method is called to generate code. For example, you can specify whether simple types described in the WSDL are generated as value types or System.Data.SqlTypes namespace types, and whether they are generated as properties or fields.
.NET Framework
Available since 2.0
Available since 2.0
Show: