Data.Cloud.CloudAPI.TCloudConnectionInfo.UseDefaultEndpoints

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: TCloudConnectionInfo

Delphi

property UseDefaultEndpoints: Boolean read FUseDefaultEndpoints write FUseDefaultEndpoints default True;

C++

__property bool UseDefaultEndpoints = {read=FUseDefaultEndpoints, write=FUseDefaultEndpoints, default=1};

Description

Specifies whether the connection uses the default service or not.

UseDefaultEndpoints is set to True to use the default service URLs, and to False to use custom ones.

See Also