ActivityMonitor.Enabled Property

Enables or disables activity change event monitoring.

Namespace: Lumia.Sense
Assembly: Lumia.Sense (in Lumia.Sense.dll) Version: 255.255.255.255

Syntax

public bool Enabled { get; set; }
'Declaration
Public Property Enabled As Boolean
    Get
    Set
public:
virtual property bool Enabled {
    bool get () sealed;
    void set (bool value) sealed;
}
function get_Enabled();
function set_Enabled(value);

Property Value

Type: Boolean

Implements

IActivityMonitor.Enabled

See Also

ActivityMonitor Class

ActivityMonitor.ActivityMonitor Members

Lumia.Sense Namespace