Solclient
SessionPropertiesPassword Property |
The password required for authentication.
May be set as an environment variable. (see SessionProperties)
Default: empty stringNamespace: 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: StringSee Also