LogicConnection.FromTag Property

<< Click to Display Table of Contents >>

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

LogicConnection.FromTag Property

Gets or sets the tag from which the data originates.

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

 

Syntax


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

Field Value

A string representing the source tag. This value can be null.

 

See Also


LogicConnection Class

BNCS.Logic.Models Namespace