SessionProperties.VPNNameInUse Property

Solclient

SessionPropertiesVPNNameInUse Property
version: 7.2.1.27
A read-only session property that indicates which Message VPN the session is connected to. When not connected, or when not in client mode, an empty string is returned.

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 VPNNameInUse { get; }
Public ReadOnly Property VPNNameInUse As String
	Get
public:
property String^ VPNNameInUse {
	String^ get ();
}

Property Value

Type: String
See Also