Partilhar via


AddType.CompilerParameters Property

Definition

Provides access to the CompilerParameters parameter.

public:
 property System::Activities::InArgument<System::CodeDom::Compiler::CompilerParameters ^> ^ CompilerParameters { System::Activities::InArgument<System::CodeDom::Compiler::CompilerParameters ^> ^ get(); void set(System::Activities::InArgument<System::CodeDom::Compiler::CompilerParameters ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.CodeDom.Compiler.CompilerParameters> CompilerParameters { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.CompilerParameters : System.Activities.InArgument<System.CodeDom.Compiler.CompilerParameters> with get, set
Public Property CompilerParameters As InArgument(Of CompilerParameters)

Property Value

Attributes

Applies to