Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorage.DevMode

TElWinAzureDataStorage     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if dev mode is on.

Declaration

[C#]
    bool DevMode;

[VB.NET]
    Property DevMode As Boolean

[Pascal]
    property DevMode : boolean;

[C++]
    bool get_DevMode();
    void set_DevMode(bool Value);

[PHP]
    bool get_DevMode()
    void set_DevMode(bool $Value)

[Java]
    boolean getDevMode();
    void setDevMode(boolean Value);

Description

    Use this property to specify whether to switch on dev mode.

Discuss this help topic in SecureBlackbox Forum