XmlPrimeTask.EnableByteCode PropertyXmlPrimeTask.EnableByteCode PropertyXmlPrimeTask::EnableByteCode Property

Optional boolBooleanbool parameter.

Specifies whether the byte code generation is enabled.

Syntax

Public Property EnableByteCode As Boolean
        Get
        Set(ByVal value As Boolean)
public bool EnableByteCode { get; set; }
public:
property bool EnableByteCode {
    bool get();
    void set(bool value);
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue to enable byte code compilation; otherwise falseFalsefalse.

Remarks

By default, byte code generation is disabled.