ArcFM Responder Mobile Developer Guide
CurrentRuntimeMode Property






Set or retrieve a value from the mmRuntimeMode enumeration to indicate the runtime mode for the application.

Syntax
'Declaration
 
Public Shared Property CurrentRuntimeMode As mmRuntimeMode
'Usage
 
Dim value As mmRuntimeMode
 
MinerRuntimeEnvironment.CurrentRuntimeMode = value
 
value = MinerRuntimeEnvironment.CurrentRuntimeMode
public static mmRuntimeMode CurrentRuntimeMode {get; set;}
public read-write property CurrentRuntimeMode: mmRuntimeMode; static; 
public static function get,set CurrentRuntimeMode : mmRuntimeMode
public: __property static mmRuntimeMode get_CurrentRuntimeMode();
public: __property static void set_CurrentRuntimeMode( 
   mmRuntimeMode value
);
public:
static property mmRuntimeMode CurrentRuntimeMode {
   mmRuntimeMode get();
   void set (    mmRuntimeMode value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MinerRuntimeEnvironment Class
MinerRuntimeEnvironment Members

Send Feedback