An additional code, ActivityType specific, that further defines the type of Activity

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

Syntax

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

See Also