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