SharedWorkspace.LastRefreshed Property
Gets the date and time when the Refresh method was most recently called. Read-only.
Syntax
expression.LastRefreshed
expression A variable that represents a SharedWorkspace object.
Remarks
The LastRefreshed property raises an error if the Refresh method has never been called.
Example
The following example refreshes the shared workspace if it has not been refreshed in the last 3 minutes. The example also handles the error condition where the workspace has not yet been refreshed.
| Visual Basic for Applications |
|---|
|