Gets the replacement strings associated with the entry.
[Visual Basic] Public ReadOnly Property ReplacementStrings As String () [C#] public string[] ReplacementStrings {get;} [C++] public: __property String* get_ReplacementStrings(); [JScript] public function get ReplacementStrings() : String[];
An array of type String that holds the insertion strings stored in the event entry.
This method retrieves only the replacement strings for the entry. To get the full message, call getMessage().
EventLogEntry Class | EventLogEntry Members | System.Diagnostics Namespace | Message