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

Gets and Sets the correlation ID as an array of bytes for the message.

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

Syntax

public byte[] CorrelationIDAsBytes { get; set; }
Public Property CorrelationIDAsBytes As Byte()
public:
property array<unsigned char>^ CorrelationIDAsBytes {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

Remarks

The use of a byte[] value for CorrelationID is non-portable

See Also