FileDataLastModifiedTime Property  | 
 
            Gets the time, in coordinated universal time (UTC), at which the entry was last modified.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "lastModifiedTime", EmitDefaultValue = false)]
public DateTime LastModifiedTime { get; set; }<DataMemberAttribute(Name := "lastModifiedTime", EmitDefaultValue := false)>
Public Property LastModifiedTime As DateTime
	Get
	Set
public:
[DataMemberAttribute(Name = L"lastModifiedTime", EmitDefaultValue = false)]
property DateTime LastModifiedTime {
	DateTime get ();
	void set (DateTime value);
}[<DataMemberAttribute(Name = "lastModifiedTime", EmitDefaultValue = false)>]
member LastModifiedTime : DateTime with get, set
Property Value
Type: 
DateTime
See Also