|
<< 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)
public Nullable<Object> Value { get; }
The value of the output object, or null if the output is null.