DataStampDataAppStorageTimestamp Property |
Gets the timestamp when the data was processed and stored internally by the application.
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(EmitDefaultValue = false, Name = "appStorageTimestamp")]
public DateTime AppStorageTimestamp { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "appStorageTimestamp")>
Public Property AppStorageTimestamp As DateTime
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"appStorageTimestamp")]
property DateTime AppStorageTimestamp {
DateTime get ();
void set (DateTime value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "appStorageTimestamp")>]
member AppStorageTimestamp : DateTime with get, set
Property Value
Type:
DateTimeSee Also