SharedWorkspace.LastRefreshed Property
Returns the date and time when the Refresh method was most recently called.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property LastRefreshed As Object
Get
'Usage
Dim instance As SharedWorkspace
Dim value As Object
value = instance.LastRefreshed
Object LastRefreshed { get; }
Property Value
Type: System.Object
Remarks
The LastRefreshed property raises an error if the Refresh method has never been called.