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

Shows whether this expense object is exported. Legal values are "Y" and "N".

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

Syntax

C#
public string IsExported { get; set; }
Visual Basic (Declaration)
Public Property IsExported As String
Visual C++
public:
property String^ IsExported {
	String^ get ();
	void set (String^ value);
}

See Also