Data.Cloud.AzureAPI.StorageAnalytics.TCorsRule.AllowedOrigins

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowedOrigins: TArray<String> read GetAllowedOrigins;

C++

__property System::DynamicArray<System::UnicodeString> AllowedOrigins = {read=GetAllowedOrigins};

Properties

Type Visibility Source Unit Parent
property public
Data.Cloud.AzureAPI.StorageAnalytics.pas
Data.Cloud.AzureAPI.StorageAnalytics.hpp
Data.Cloud.AzureAPI.StorageAnalytics TCorsRule

Description

Domains that are allowed to make a CORS request against the storage service.

See Also