Gets or sets a value indicating whether the
Elapsed event should be raised every time
the interval elapses (true) or only once (false).
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool AutoReset { get; set; }
Property AutoReset As Boolean
Get
Set
property bool AutoReset {
bool get ();
void set (bool value);
}
abstract AutoReset : bool with get, set
Property Value
Type:
BooleanSee Also