Solclient
SessionPropertiesP2PInboxInUse Property |
A read-only informational string that indicates the default reply-to destination string that is used when
a sent request message does not have a reply-to destination specified.
See SendRequest(IMessage, IMessage, Int32) for more details.
This parameter is only valid when session is connected. Defaults to empty string, when it is not connected.
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 P2PInboxInUse { get; }
Public ReadOnly Property P2PInboxInUse As String Get
public: property String^ P2PInboxInUse { String^ get (); }
Property Value
Type: StringSee Also