FileLastCheckedInTime Property  | 
 Gets the time when the file was last checked in.
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic DateTime? LastCheckedInTime { get; }Public ReadOnly Property LastCheckedInTime As DateTime?
	Get
public:
property Nullable<DateTime> LastCheckedInTime {
	Nullable<DateTime> get ();
}member LastCheckedInTime : Nullable<DateTime> with get
Property Value
Type: 
NullableDateTimeThe time when the file was last checked in, or 
 if it has never been checked in.
See Also