ContextualRecordDataLastModifiedTime Property |
Gets or sets the date and time when the value was modified.
Namespace:
Dundas.BI.Data.DataInput.DataObjects
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(EmitDefaultValue = false)]
public DateTime? LastModifiedTime { get; set; }<DataMemberAttribute(EmitDefaultValue := false)>
Public Property LastModifiedTime As DateTime?
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Nullable<DateTime> LastModifiedTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}[<DataMemberAttribute(EmitDefaultValue = false)>]
member LastModifiedTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also