SessionProperties.UserIdentification Property

Solclient

SessionPropertiesUserIdentification Property
version: 7.2.1.27
A read-only informational string that provides information about the application, such as the name of operating system user that is running the application, the hostname, and the PID of the application. Returns empty string, if the session has not been 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 UserIdentification { get; }
Public ReadOnly Property UserIdentification As String
	Get
public:
property String^ UserIdentification {
	String^ get ();
}

Property Value

Type: String
See Also