AdhocParameter.Value Property

<< 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)

 

Syntax


public Object Value { get; set; }

Field Value

The value of the object.

Return Value

 

Exceptions


Exception

Condition

[Exception]

Thrown when trying to set a value to a read-only field.

 

Remarks


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.

 

See Also


AdhocParameter Class

BNCS.Core.DriverFramework.Classes Namespace