ArcFM Responder Mobile Developer Guide
Enabled Property (EditLogMonitor)






The Enabled property allows the caller to selectively enable or disable logging and not start logging just because the EditLogMonitor has been created and editing started. The caller must explicitly enable logging for it to occur.
Syntax
'Declaration
 
Public Property Enabled As System.Boolean
'Usage
 
Dim instance As EditLogMonitor
Dim value As System.Boolean
 
instance.Enabled = value
 
value = instance.Enabled
public System.bool Enabled {get; set;}
public read-write property Enabled: System.Boolean; 
public function get,set Enabled : System.boolean
public: __property System.bool get_Enabled();
public: __property void set_Enabled( 
   System.bool value
);
public:
property System.bool Enabled {
   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

EditLogMonitor Class
EditLogMonitor Members

Send Feedback