Click or drag to resize

modelRecordBaselogContent Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the content of the log. Make sure that state is finished before trying to get the log content

Namespace:  imbSCI.DataComplex.data.modelRecords
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public string logContent { get; }
Request Example View Source

Property Value

Type: String
The content of the log.

Implements

IModelRecordlogContent
IAutosaveEnabledlogContent
Exceptions
ExceptionCondition
ExceptionThe record [" + instanceID + ":" + this.GetType().Name + "] is not finished. Call finish method to have log content available. (UID:" + UID + ")
See Also