XmlPrimeTask.OptimizationLevel PropertyXmlPrimeTask.OptimizationLevel PropertyXmlPrimeTask::OptimizationLevel Property

Optional intIntegerint parameter.

Specifies the compilation optimization level.

Syntax

Public Property OptimizationLevel As Integer
        Get
        Set(ByVal value As Integer)
public int OptimizationLevel { get; set; }
public:
property int OptimizationLevel {
    int get();
    void set(int value);
}
 

Property Value

Type: System.Int32System.Int32System::Int32

An intIntegerint value specifying the optimization level.

Remarks

By default, the optimization level is 3.