Click or drag to resize

EventInfoMessage Property

Win32_NTLogEvent: Event message as it appears in the Windows event log. This is a standard message with zero or more insertion strings supplied by the source of the Windows event. The insertion strings are inserted into the standard message in a predefined format. If there are no insertion strings or there is a problem inserting the insertion strings, only the standard message will be present in this field.

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

Property Value

Type: String
The message.

Implements

IEventInfoMessage
See Also