IEventInfoInsertionStrings 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 string[] InsertionStrings { get; set; }
Property InsertionStrings As String()
Get
Set
property array<String^>^ InsertionStrings {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract InsertionStrings : string[] with get, set
Property Value
Type:
String
The insertion strings.
See Also