Click or drag to resize

EventInfoInsertionStrings Property

Win32_NTLogEvent: List of the insertion strings that accompanied the report of the Windows event.

Namespace:  Xcalibur.Models.Events
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public string[] InsertionStrings { get; set; }

Property Value

Type: String
The insertion strings.

Implements

IEventInfoInsertionStrings
See Also