Datasnap.DSHTTP.TDSRESTServer.DSServerName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property DSServerName: string read FDSServerName write SetDSServerName;

C++

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

Description

Specifies the name of the DataSnap server.

The DSServerName property specifies the name of the DataSnap server.

See Also