SessionProperties.VPNName Property

Solclient

SessionPropertiesVPNName Property
version: 7.2.1.27
The name of the Message VPN to attempt to join when connecting to an appliance running SolOS-TR. Default: empty string

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 VPNName { get; set; }
Public Property VPNName As String
	Get
	Set
public:
property String^ VPNName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
See Also