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

« Previous Version 2 Next »




       




QWS3270 COM .NET Help
Application..::.SessionsInfoCollection Property
Application Class  See Also  Send Feedback



Gets the sessions info collection to allow 'foreach' on the session info class objects.

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

Syntax


C#
public ISessionInfoCollection SessionsInfoCollection { get; }
Visual Basic (Declaration)
Public ReadOnly Property SessionsInfoCollection As ISessionInfoCollection
Visual C++
public:
virtual property ISessionInfoCollection^ SessionsInfoCollection {
	ISessionInfoCollection^ get () sealed;
}
JavaScript
function get_SessionsInfoCollection();


Field Value

Sessions info collection.

Implements

IApplication..::.SessionsInfoCollectionSee Also

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.

  • No labels