Datasnap.DSHTTP.TDSRESTServer.DSServerName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSServerName: string read FDSServerName write SetDSServerName;

C++

__property System::UnicodeString DSServerName = {read=FDSServerName, write=SetDSServerName};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSRESTServer

Description

Specifies the name of the DataSnap server.

The DSServerName property specifies the name of the DataSnap server.

See Also