Datasnap.DSClientRest.TDSRestCallbackLoop.SessionId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SessionID: string read GetSessionId;

C++

__property System::UnicodeString SessionID = {read=GetSessionId};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCallbackLoop

Description

Specifies the session ID for this REST callback loop.

The SessionId property specifies the session ID for this REST callback loop.

See Also