If true then usage will be counted only once per day
Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property CountUsageOncePerDay As Boolean |
| C# |
|---|
| public bool CountUsageOncePerDay { get; set; } |
| C++ |
|---|
| public property bool CountUsageOncePerDay sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_CountUsageOncePerDay(); /** property */ public void set_CountUsageOncePerDay(bool value); |
| JScript |
|---|
| public function get CountUsageOncePerDay() : bool public function set CountUsageOncePerDay(value : bool); |