Click or drag to resize

PhysicalItemLastAccessTime Property

This value is the time when the item was last accessed.

Namespace:  DoubleTake.Common.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public Nullable<DateTime> LastAccessTime { get; set; }

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