Data.Cloud.AmazonAPI.TAmazonBucketLoggingInfo.IsLoggingEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsLoggingEnabled: Boolean read FLoggingEnabled;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonBucketLoggingInfo

Description

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

See Also