DSAzure.TAzureConnectionString.Protocol

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Protocol: string read FProtocol write FProtocol;

C++

__property System::UnicodeString Protocol = {read=FProtocol, write=FProtocol};

Properties

Type Visibility Source Unit Parent
property published
DSAzure.pas
DSAzure.hpp
DSAzure TAzureConnectionString

Description

The protocol to use as part of the connection URL.

Protocol specifies the protocol to use in the URL for connecting to the storage account. The value defaults to http.

See Also