|
PhysicalItemLastAccessTime Property |
This value is the time when the item was last accessed.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic Nullable<DateTime> LastAccessTime { get; set; }
Public Property LastAccessTime As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> LastAccessTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
function get_LastAccessTime();
function set_LastAccessTime(value);
Property Value
Type:
NullableDateTime
The time this item was last accessed,
or
if this property does not apply to this type of item.
See Also