InstanceParameter.Value Property

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

 

Syntax


public Object Value { get; set; }

Field Value

The value of the object.

Return Value

 

Exceptions


Exception

Condition

InvalidOperationException

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

ArgumentException

Thrown when the value is not valid for this parameter.

 

Remarks


If the object is read-only, the value cannot be externally set.

 

See Also


InstanceParameter Class

BNCS Namespace