IFsrmPropertyBag.LastAccessTime Property
Retrieves the date and time of when the file was last accessed.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object LastAccessTime { get; }
property Object^ LastAccessTime {
Object^ get();
}
abstract LastAccessTime : Object with get
ReadOnly Property LastAccessTime As Object
Property Value
Type: System.Object
Returns a Object containing the date and time that the file was last accessed. The variant is of type VT_DATE. Query the date member of the variant to access the date. The value is in FILETIME format.
See Also
IFsrmPropertyBag Interface
Microsoft.Storage Namespace
Return to top