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

Gets and Sets the Destination object for this message.

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

Syntax

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

Remarks

The Destination header field contains the destination to which the message is being sent.

When a message is sent, this field is ignored. After completion of the send or publish method, the field holds the destination specified by the method.

When a message is received, its Destination value must be equivalent to the value assigned when it was sent.

See Also