Solclient
| ISessionProperties Property |
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)
SyntaxSessionProperties Properties { get; }
ReadOnly Property Properties As SessionProperties Get
property SessionProperties^ Properties { SessionProperties^ get (); }
Property Value
Type: SessionProperties
Exceptions| Exception | Condition |
|---|---|
| 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