Data.Cloud.CloudAPI.TCloudConnectionInfo.FUseDefaultEndpoints

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

FUseDefaultEndpoints: Boolean;

C++

bool FUseDefaultEndpoints;

Description

Specifies whether the connection uses the default service or not.

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

See Also