Click or drag to resize

BaseModelXmlComments Property

(Development) Used as temporary storage for XML comments (like ) to keep them.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string XmlComments { get; set; }

Property Value

Type: String
Remarks

Comments can be used to share information with other developers during simulation creation. They will never be shown inside the simulation.

See Also