ISession.Properties Property

Solclient

ISessionProperties Property
version: 7.2.1.27
Returns a copy of the current SessionProperties.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
SessionProperties Properties { get; }
ReadOnly Property Properties As SessionProperties
	Get
property SessionProperties^ Properties {
	SessionProperties^ get ();
}

Property Value

Type: SessionProperties
Exceptions
ExceptionCondition
OperationErrorException Thrown when the operation fails.
FatalErrorException Thrown when an unrecoverable error occurs.
ArgumentNullException Thrown if any of the required parameters are null.
See Also