FileDataLastCheckedInTime Property |
Gets the time when the file was last checked in.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "lastCheckedInTime", EmitDefaultValue = false)]
public DateTime? LastCheckedInTime { get; set; }
<DataMemberAttribute(Name := "lastCheckedInTime", EmitDefaultValue := false)>
Public Property LastCheckedInTime As DateTime?
Get
Set
public:
[DataMemberAttribute(Name = L"lastCheckedInTime", EmitDefaultValue = false)]
property Nullable<DateTime> LastCheckedInTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
[<DataMemberAttribute(Name = "lastCheckedInTime", EmitDefaultValue = false)>]
member LastCheckedInTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeThe time when the file was last checked in, or
if it has never been checked in.
See Also