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#
public char ID { get; internal set; }


Visual Basic (Declaration)
Public Property ID As Char


Visual C++
public:
virtual property wchar_t ID {
	wchar_t get () sealed;
	void set (wchar_t value) sealed;
}


JavaScript
function get_ID();
function set_ID(value);

Field Value

The session ID.

Implements

ISessionInfo..::.ID

See Also


SessionInfo Class
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

...