Data.Cloud.AzureAPI.StorageAnalytics.TCorsRule.AllowedOrigins

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Cloud.AzureAPI.StorageAnalytics.pas
Data.Cloud.AzureAPI.StorageAnalytics.hpp
Unit: Data.Cloud.AzureAPI.StorageAnalytics
Parent: TCorsRule

Delphi

property AllowedOrigins: TArray<String> read GetAllowedOrigins;

C++

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

Description

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

See Also