TransactedSessionProperties.HasPublisher Property

Solclient

TransactedSessionPropertiesHasPublisher Property
version: 7.2.1.27
When it is enabled, a default publisher flow is opened automatically after the transacted session is successfully created. Default: true.

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

Property Value

Type: NullableBoolean
See Also