CodeGenerator::Options Property

 

Gets the options to be used by the code generator.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
property CodeGeneratorOptions^ Options {
	CodeGeneratorOptions^ get();
}

Property Value

Type: System.CodeDom.Compiler::CodeGeneratorOptions^

An object that indicates the options for the code generator to use.

.NET Framework
Available since 1.1
Return to top
Show: