IMessage.ApplicationMessageId Property

Solclient

IMessageApplicationMessageId Property
version: 7.2.1.27
Gets/sets the application messageId. Returns null if not present.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
string ApplicationMessageId { get; set; }
Property ApplicationMessageId As String
	Get
	Set
property String^ ApplicationMessageId {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
Remarks
Can be used as an identifier in a message selector.
See Also