System.Web.Services.Description.ServiceDescriptionImporter.CodeGenerationOptions Property

Gets or sets various options for code generation.

Syntax

[System.Runtime.InteropServices.ComVisible(false)]
public System.Xml.Serialization.CodeGenerationOptions CodeGenerationOptions { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ServiceDescriptionImporter.CodeGenerationOptions property allows you to specify various options used when the ServiceDescriptionImporter.Import(System.CodeDom.CodeNamespace, System.CodeDom.CodeCompileUnit) 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.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0