ParameterValueDataLastModifiedTime Property

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

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
[DataMemberAttribute(Name = "lastModifiedTime", EmitDefaultValue = false)]
public DateTime? LastModifiedTime { get; set; }

Property Value

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