|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework.Classes Namespace > AdhocParameter Class > AdhocParameter Properties > AdhocParameter.Value Property |
Gets or sets the value of the object.
Namespace: BNCS.Core.DriverFramework.Classes
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public Object Value { get; set; }
The value of the object.
If the field is read-only, the value cannot be externally set. If the new value is the same as the current value, no action is taken. If the new value is valid, it is set and the Updated property is updated to the current time.
BNCS.Core.DriverFramework.Classes Namespace