Data.Cloud.CloudAPI.TCloudConnectionInfo.FUseDefaultEndpoints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FUseDefaultEndpoints: Boolean;

C++

bool FUseDefaultEndpoints;

Properties

Type Visibility Source Unit Parent
field protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudConnectionInfo

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