Property IsValidValue
IsValidValue
Gets or sets a value indicating whether this is a valid value (i.e. last poll for this parameter succeeded).
public bool IsValidValue { get; set; }
Property Value
- bool
true
if valid; otherwise,false
.
Gets or sets a value indicating whether this is a valid value (i.e. last poll for this parameter succeeded).
public bool IsValidValue { get; set; }
true
if valid; otherwise, false
.