 | LogEntryLogTime Property |
Gets or sets the log time.
Namespace:
Koden.Utils.Logger
Assembly:
Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string LogTime { get; set; }
Public Property LogTime As String
Get
Set
public:
property String^ LogTime {
String^ get ();
void set (String^ value);
}
member LogTime : string with get, set
Property Value
Type:
StringThe log time.
See Also