Data.Cloud.AmazonAPI.TAmazonBucketLoggingInfo.IsLoggingEnabled

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonBucketLoggingInfo

Delphi

property IsLoggingEnabled: Boolean read FLoggingEnabled;

C++

__property bool IsLoggingEnabled = {read=FLoggingEnabled, nodefault};

Description

Specifies whether the logging is enabled (True) or not (False).

See Also