ServiceDescriptionImporter.CodeGenerator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the code generator used by the service description importer.
public:
property System::CodeDom::Compiler::CodeDomProvider ^ CodeGenerator { System::CodeDom::Compiler::CodeDomProvider ^ get(); void set(System::CodeDom::Compiler::CodeDomProvider ^ value); };
[System.Runtime.InteropServices.ComVisible(false)]
public System.CodeDom.Compiler.CodeDomProvider CodeGenerator { get; set; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.CodeGenerator : System.CodeDom.Compiler.CodeDomProvider with get, set
Public Property CodeGenerator As CodeDomProvider
Property Value
The ICodeGenerator interface used by the service description importer to generate proxy code.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.