LibraryItem LastAccess Property TIBCO Spotfire 6.0 API Reference
Gets a DateTime describing when the contents of this item was last accessed in the library. If this item has never been accessed, DateTime.MinValue is returned.

Namespace: Spotfire.Dxp.Framework.Library
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public DateTime LastAccess { get; }

Property Value

Type: DateTime
See Also