IMessage.ApplicationMessageType Property

Solclient

IMessageApplicationMessageType Property
version: 7.2.1.27
Gets/sets the application message type. This value is used by applications only and is passed through the API untouched. If not present, null is returned.

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

Property Value

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