LogicModel.Description Property

<< Click to Display Table of Contents >>

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

LogicModel.Description Property

Gets or sets the description.

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

 

Syntax


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

Field Value

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

 

See Also


LogicModel Class

BNCS.Logic.Models Namespace