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