Data.Cloud.AzureAPI.StorageAnalytics.TCorsRule.AddAllowedMethod

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure AddAllowedMethod(const AValue: string);

C++

void __fastcall AddAllowedMethod(const System::UnicodeString AValue);

Description

Adds the specified method to the list of allowed methods.

See Also