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

The expense type key for the expense type.

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

Syntax

C#
public string ExpenseTypeKey { get; }
Visual Basic (Declaration)
Public ReadOnly Property ExpenseTypeKey As String
Visual C++
public:
property String^ ExpenseTypeKey {
	String^ get ();
}

See Also