LogicPort.SenderSelectParameters Property

<< Click to Display Table of Contents >>

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

LogicPort.SenderSelectParameters Property

Gets or sets the parameters used for selecting the sender.

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

 

Syntax


public Nullable<Dictionary<stringstring>> SenderSelectParameters { get; set; }

Field Value

A dictionary where the key is a string representing the parameter name and the value is a string representing the parameter value.

 

Remarks


This property may be null if no parameters are set.

 

See Also


LogicPort Class

BNCS.Logic.Models Namespace