The type of Activity that this object represents (e.g., Dues, Committee, Gift, etc.)

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

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

See Also