LogicBlock.DeviceSelectParameters Property

<< Click to Display Table of Contents >>

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

LogicBlock.DeviceSelectParameters Property

Gets or sets the parameters used for selecting devices.

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

 

Syntax


public Dictionary<stringstring> DeviceSelectParameters { 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.

 

See Also


LogicBlock Class

BNCS.Logic.Models Namespace