LogicPort.PortParameters Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Models Namespace > LogicPort Class > LogicPort Properties >

LogicPort.PortParameters Property

Gets or sets the port parameters.

Namespace: BNCS.Logic.Models
Assembly:  BNCS.Logic.Models (in BNCS.Logic.Models.dll)

 

Syntax


public Nullable<Dictionary<stringObject>> PortParameters { get; set; }

Field Value

A dictionary containing the port parameters, where the key is a string representing the parameter name and the value is an object representing the parameter value. This property can be null.

 

See Also


LogicPort Class

BNCS.Logic.Models Namespace