Message Text Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Gets/Sets an unstructured message text, the emitting component name must be in From field, not in text. Note about logging errors. Use caught exception.ToMessageWithType() method, then attach the caught exception as Exception property

Namespace: NFX.Log
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public string Text { get; set; }

Property Value

Type: OnlineString
See Also