 | LogEntryToHTMLRow Property |
Gets the log type to HTML.
Namespace:
Koden.Utils.Logger
Assembly:
Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ToHTMLRow { get; }
Public ReadOnly Property ToHTMLRow As String
Get
public:
property String^ ToHTMLRow {
String^ get ();
}
member ToHTMLRow : string with get
Property Value
Type:
StringThe log type to HTML.
See Also