IAdmExecutionLogEntry
The IAdmExecutionLogEntry interface represents a single record in the Execution Log of an operation.
Inheritance: IUnknown
Properties
-
Property
-
Description
-
HResult
-
Gets or sets the HRESULT, a coded numerical value representing the COM error code of the operation.
-
Type
-
Gets or sets the type of the Execution Log entry.
-
Message
-
Gets or sets the message of the Execution Log entry.
-
Source
-
Gets the name of the object that logged the event.
-
SubEntries
-
Gets a collection of sub entries of this entry.
Details
HResult
Gets or sets the HRESULT, a coded numerical value representing the COM error code of the operation.
- Type:
- int
- Access:
- Read/Write
Type
Gets or sets the type of the Execution Log entry.
- Type:
- MessageType
- Access:
- Read/Write
Remarks
Versions older than Adaxes 2017.1 support only getting the value.
Message
Gets or sets the message of the Execution Log entry.
- Type:
- string
- Access:
- Read/Write
Source
Gets the name of the object that logged the event.
- Type:
- string
- Access:
- Read-only
SubEntries
Gets a collection of sub entries of this entry.
- Type:
- IAdmExecutionLogEntryCollection
- Access:
- Read-only
Requirements
Minimum required version: 2009.1