Data.Cloud.CloudAPI.TCloudConnectionInfo.UseDefaultEndpoints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseDefaultEndpoints: Boolean read FUseDefaultEndpoints write FUseDefaultEndpoints default True;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudConnectionInfo

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