Gets the DateTime this object was last updated. This refers to the client’s copy of the Object, not the server object.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
DateTime LastUpdated { get; }
Visual Basic (Usage)
Dim instance As Meta
Dim value As DateTime

value = instance.LastUpdated

See Also