InputPortInstance.Value Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Engine Namespace > InputPortInstance Class > InputPortInstance Properties >

InputPortInstance.Value Property

Gets the value of the output object if it is not null; otherwise, returns null.

Namespace: BNCS.Logic.Engine
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public Nullable<Object> Value { get; }

Field Value

The value of the output object, or null if the output is null.

 

See Also


InputPortInstance Class

BNCS.Logic.Engine Namespace