ITransactedSession.SessionName Property

Solclient

ITransactedSessionSessionName Property
version: 7.2.1.27
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: String
Exceptions
ExceptionCondition
OperationErrorException Thrown when getting the name of the transacted session fails.
See Also