ParameterValueLastModifiedTime Property

Gets or sets the time, in coordinated universal time (UTC), that the entry was last written to.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public DateTime? LastModifiedTime { get; set; }

Property Value

Type: NullableDateTime
The last modified time, if any.
See Also