[This is preliminary documentation and is subject to change.]

The Timestamp when the expense object was exported.

Namespace:  OfficeClip.BusinessLayer.TE
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public DateTime ExportedTimestamp { get; set; }
Visual Basic (Declaration)
Public Property ExportedTimestamp As DateTime
Visual C++
public:
property DateTime ExportedTimestamp {
	DateTime get ();
	void set (DateTime value);
}

See Also