Class TAuditEventDetail

Unit

Declaration

type TAuditEventDetail = class(TBackboneElement)

Description

A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : Tstring read Gettype_Element write Settype_Element;
Public property value : TElement read Getvalue write Setvalue;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

The type of extra detail provided in the value.

Public property type_Element : Tstring read Gettype_Element write Settype_Element;
 
Public property value : TElement read Getvalue write Setvalue;

The value of the extra detail.


Generated by PasDoc 0.15.0.