[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]

Gets or sets the object content of the ObjectMessage.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public Object TheObject { get; set; }
Public Property TheObject As Object
public:
property Object^ TheObject {
	Object^ get ();
	void set (Object^ value);
}

Remarks

An object written to an ObjectMessage is not portable. I.e. An object set by an .NET EMS client will only be interpreted correctly by another .NET EMS client.

Exceptions

ExceptionCondition
MessageFormatExceptionIf the serialization or deserialization of the object failed

See Also