A binary object stored with the Activity. The meaning is ActivityType specific

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

Syntax

C#
public byte[] ObjectData { get; set; }
Visual Basic
Public Property ObjectData As Byte()
	Get
	Set
Visual C++
public:
property array<unsigned char>^ ObjectData {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

See Also