StatisticalIndicatorAPI.LoggingEnabled Property
[Category(CATEGORY_LOGGING)]
[DefaultValue(DEFAULT_LOGGING_ENABLED)]
[DisplayName("Enabled")]
public bool LoggingEnabled {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_LOGGING)]
[DefaultValue(DEFAULT_LOGGING_ENABLED)]
[DisplayName("Enabled")]
public:
property bool LoggingEnabled {
bool get( );
void set(
bool value
);
}
This language is not supported or no code example is available.
public
Category(CATEGORY_LOGGING)
DefaultValue(DEFAULT_LOGGING_ENABLED)
DisplayName("Enabled")
function get LoggingEnabled() : boolean;
public
Category(CATEGORY_LOGGING)
DefaultValue(DEFAULT_LOGGING_ENABLED)
DisplayName("Enabled")
function set LoggingEnabled(value : boolean);
This language is not supported or no code example is available.
Property Value
bool
In this article
Definition