SharedWorkspace.LastRefreshed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the date and time when the Refresh() method was most recently called.
public:
property System::Object ^ LastRefreshed { System::Object ^ get(); };
public object LastRefreshed { get; }
member this.LastRefreshed : obj
Public ReadOnly Property LastRefreshed As Object
Property Value
Remarks
The LastRefreshed property raises an error if the Refresh method has never been called.