DataStampOriginalSourceTimestamp Property  | 
 
            Gets the timestamp when the data was retrieved from the original data source.
            
 
    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 OriginalSourceTimestamp { get; }Public ReadOnly Property OriginalSourceTimestamp As DateTime
	Get
public:
property DateTime OriginalSourceTimestamp {
	DateTime get ();
}member OriginalSourceTimestamp : DateTime with get
Property Value
Type: 
DateTime
See Also