SessionProperties.Password Property

Solclient

SessionPropertiesPassword Property
version: 7.2.1.27
The password required for authentication.

May be set as an environment variable. (see SessionProperties)

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

Property Value

Type: String
See Also