LogicOperation.MatchString Property

<< Click to Display Table of Contents >>

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

LogicOperation.MatchString Property

Gets or sets the string to be matched.

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

 

Syntax


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

Field Value

A string representing the value to be matched. This value can be null.

 

See Also


LogicOperation Class

BNCS.Logic.Models Namespace