A list of codes that represent actions that shoulc be taken with regard to the Activity. For example, for Call type activities this may be codes representing follow-up actions. The meaning is ActivityType specific.

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

Syntax

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

See Also