DataStampAppStorageTimestamp Property  | 
 
            Gets the timestamp when the data was processed and stored internally by the application.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic DateTime AppStorageTimestamp { get; }Public ReadOnly Property AppStorageTimestamp As DateTime
	Get
public:
property DateTime AppStorageTimestamp {
	DateTime get ();
}member AppStorageTimestamp : DateTime with get
Property Value
Type: 
DateTime
See Also