This documentation is archived and is not being maintained.
ServiceDescriptionImporter::CodeGenerationOptions Property
Visual Studio 2010
Gets or sets various options for code generation.
Assembly: System.Web.Services (in System.Web.Services.dll)
[ComVisibleAttribute(false)] public: property CodeGenerationOptions CodeGenerationOptions { CodeGenerationOptions get (); void set (CodeGenerationOptions value); }
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: