|
ImageMetadataLastAccess Property |
Last access of the image
Namespace: DrawerBackup.Storage.ImagingAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic DateTime LastAccess { get; set; }
Public Property LastAccess As DateTime
Get
Set
public:
property DateTime LastAccess {
DateTime get ();
void set (DateTime value);
}
member LastAccess : DateTime with get, set
Property Value
Type:
DateTime
See Also