IMessage.Destination Property

Solclient

IMessageDestination Property
version: 7.2.1.27
The Destination to send to or receive on. For SolOS-Topic Routing (TR) it must be ITopic or IQueue (null is not a valid value when sending the message).

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

Property Value

Type: IDestination
See Also