Solclient
ITransactedSessionSessionName Property |
The name of the transacted session
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
string SessionName { get; }
ReadOnly Property SessionName As String Get
property String^ SessionName { String^ get (); }
Property Value
Type: StringExceptions
Exception | Condition |
---|---|
OperationErrorException | Thrown when getting the name of the transacted session fails. |
See Also