Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Gets the identifier of the session that is currently in the foreground, in string format. Intended for languages that don't handle character data type.

Namespace:  JollyGiant.Emulation
Assembly:  JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string ForegroundSessionString { get; }


Visual Basic (Declaration)
Public ReadOnly Property ForegroundSessionString As String


Visual C++
public:
virtual property String^ ForegroundSessionString {
	String^ get () sealed;
}


JavaScript
function get_ForegroundSessionString();

Field Value

The foreground session identifier as a string.

Implements

IQWS3270..::.ForegroundSessionString

See Also


QWS3270 Class
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

...