Versions Compared

Key

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

...

Gets the one character session ID.

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

Syntax

C#
char ID { get; }


Visual Basic (Declaration)
ReadOnly Property ID As Char


Visual C++
property wchar_t ID {
	wchar_t get ();
}


JavaScript
function get_ID();

Field Value

The session ID.

See Also


ISessionInfo Interface
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.

...