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

The group name of the group where this expense object belongs.

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

Syntax

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

See Also