Click or drag to resize
CounterCurrentValue Property
Gets or sets the current value of the counter to a specified integer

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public int CurrentValue { get; set; }

Property Value

Type: Int32
Remarks
If the value is less than MinValue, it is set to MinValue. If it is greater than MaxValue, it is set to MaxValue
See Also