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