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, for languages that don't have a character data type.

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

Syntax

C#
string ForegroundSessionString { get; }
Visual Basic (Declaration)
ReadOnly Property ForegroundSessionString As String
Visual C++
property String^ ForegroundSessionString {
	String^ get ();
}
JavaScript
function get_ForegroundSessionString();

Field Value

The foreground session identifier.

See Also


IQWS3270 Interface
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.



  • No labels