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