ArcFM Responder Mobile Developer Guide
UserInterfaceSupported Property (MinerRuntimeEnvironment)






Set or retrieve a boolean value that indicates whether the runtime environment supports user interface.
Syntax
'Declaration
 
Public Property UserInterfaceSupported As System.Boolean
'Usage
 
Dim instance As MinerRuntimeEnvironment
Dim value As System.Boolean
 
instance.UserInterfaceSupported = value
 
value = instance.UserInterfaceSupported
public System.bool UserInterfaceSupported {get; set;}
public read-write property UserInterfaceSupported: System.Boolean; 
public function get,set UserInterfaceSupported : System.boolean
public: __property System.bool get_UserInterfaceSupported();
public: __property void set_UserInterfaceSupported( 
   System.bool value
);
public:
property System.bool UserInterfaceSupported {
   System.bool get();
   void set (    System.bool 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