ArcFM Responder Mobile Developer Guide
RuntimeMode Property (MinerRuntimeEnvironment)






Set or retrieve a value from the mmRuntimeMode enumeration to indicate the runtime mode for the application.
Syntax
'Declaration
 
Public Property RuntimeMode As mmRuntimeMode
'Usage
 
Dim instance As MinerRuntimeEnvironment
Dim value As mmRuntimeMode
 
instance.RuntimeMode = value
 
value = instance.RuntimeMode
public mmRuntimeMode RuntimeMode {get; set;}
public read-write property RuntimeMode: mmRuntimeMode; 
public function get,set RuntimeMode : mmRuntimeMode
public: __property mmRuntimeMode get_RuntimeMode();
public: __property void set_RuntimeMode( 
   mmRuntimeMode value
);
public:
property mmRuntimeMode RuntimeMode {
   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