SessionEventArgs.Info Property

Solclient

SessionEventArgsInfo Property
version: 7.2.1.27
An optional string that provides further information about the event.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public string Info { get; }
Public ReadOnly Property Info As String
	Get
public:
property String^ Info {
	String^ get ();
}

Property Value

Type: String
See Also