Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


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

Copyright 2009 by Jolly Giant Software, Inc.



  • No labels