Datasnap.DSSession.TDSSession.SessionName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSSession

Delphi

property SessionName: string read FSessionName;

C++

__property System::UnicodeString SessionName = {read=FSessionName};

Description

Specifies the session's name.

Read the SessionName property to obtain the session's name. The SessionName property should be used internally on the server.

See Also