|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS Namespace > InstanceParameter Class > InstanceParameter Properties > InstanceParameter.Value Property |
Gets or sets the value of the object.
Namespace: BNCS
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public Object Value { get; set; }
The value of the object.
Condition |
|
|---|---|
Thrown when trying to set a value to a read-only object. |
|
Thrown when the value is not valid for this parameter. |
If the object is read-only, the value cannot be externally set.