[TIBCO.EMS .NET client library 6.3 documentation]

Gets and Sets the message's redelivered value.

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

Syntax

public bool Redelivered { get; set; }
Public Property Redelivered As Boolean
public:
property bool Redelivered {
	bool get ();
	void set (bool value);
}

Remarks

See Also