|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic Namespace > Connector Class > Connector Properties > Connector.Value Property |
Gets or sets the value of the connector. When the value changes, it logs the change and invokes the value changed event.
Namespace: BNCS.Logic
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public Nullable<Object> Value { get; set; }
The current value of the connector. If the value is set to a new value, the change is logged and the InvokeValueChanged(Nullable<Object>) method is called.