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

Shows if the expense template is Active. The value can be either "Y" or "N".

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

Syntax

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

See Also