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

Syntax

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

See Also