Gets the log time.
            
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic DateTime LogTime { get; }Public ReadOnly Property LogTime As DateTime
	Get
public:
property DateTime LogTime {
	DateTime get ();
}member LogTime : DateTime with get
Property Value
Type: 
DateTime
            The log time.
            
See Also