DirectoryItemLastAccessTimeUtc Property

Gets or sets the time, in coordinated universal time (UTC), that the current file or directory was last accessed.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform.Inventory.Legacy
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public DateTime LastAccessTimeUtc { get; set; }

Property Value

DateTime

See Also