Gets/Sets the value of the application property IsProduction


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

Visual Basic (Declaration)
Public Property IsProduction As Boolean _
    Implements IAppContext.IsProduction
C#
public bool IsProduction { get; set; }
C++
public property bool IsProduction sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_IsProduction();

/** property */
public void set_IsProduction(bool value);
JScript
public function get IsProduction() : bool

public function set IsProduction(value : bool);

Implements

IAppContext.IsProduction

See Also