SessionProperties.IncludeSenderId Property

Solclient

SessionPropertiesIncludeSenderId Property
version: 7.2.1.27
When enabled, a sender ID is automatically included in the Solace-defined fields for each message sent. Default: false

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public bool IncludeSenderId { get; set; }
Public Property IncludeSenderId As Boolean
	Get
	Set
public:
property bool IncludeSenderId {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean
See Also