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.3.0.1000)
Syntax [DataMemberAttribute(Name = "lastModifiedTime", EmitDefaultValue = false)]
public DateTime? LastModifiedTime { get; set; }
<DataMemberAttribute(Name := "lastModifiedTime", EmitDefaultValue := false)>
Public Property LastModifiedTime As DateTime?
Get
Set
public:
[DataMemberAttribute(Name = L"lastModifiedTime", EmitDefaultValue = false)]
property Nullable<DateTime> LastModifiedTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
[<DataMemberAttribute(Name = "lastModifiedTime", EmitDefaultValue = false)>]
member LastModifiedTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
The last modified time, if any.
See Also