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

Gets and Sets the message's priority value.

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

Syntax

public int Priority { get; set; }
Public Property Priority As Integer
public:
property int Priority {
	int get ();
	void set (int value);
}

Remarks

See Also