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.3.0

Syntax

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

See Also