LogicConnection.ToSelector Property

<< Click to Display Table of Contents >>

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

LogicConnection.ToSelector Property

Used to specify a selector string that identifies a specific destination element or component. This is a free-text value the behaviour of which is determined by the destination component.

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

 

Syntax


public Nullable<string> ToSelector { get; set; }

Field Value

A String representing the selector. This value can be null.

 

See Also


LogicConnection Class

BNCS.Logic.Models Namespace