ArcFM Desktop Developer Guide
Enabled Property (EditLogMonitor)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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 Boolean
'Usage
 
Dim instance As EditLogMonitor
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
public bool Enabled {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

EditLogMonitor Class
EditLogMonitor Members

 

 


Send Comment