LogicConnection.ToTag Property

<< Click to Display Table of Contents >>

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

LogicConnection.ToTag Property

Gets or sets the tag associated with the object.

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

 

Syntax


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

Field Value

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

 

See Also


LogicConnection Class

BNCS.Logic.Models Namespace