Data.Cloud.AzureAPI.TAzureConnectionInfo.QueueEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property QueueEndpoint: string read GetQueueEndpoint write FQueueEndpoint;

C++

__property System::UnicodeString QueueEndpoint = {read=GetQueueEndpoint, write=FQueueEndpoint};

Properties

Type Visibility Source Unit Parent
property published
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureConnectionInfo

Description

Specifies the queue service Uniform Resource Locator (URL) to use.

The QueueEndpoint property specifies the queue service URL to use, if the UseDefaultEndpoints property is set to False.

See Also