NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EventLogEntry.ReplacementStrings

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[];

Property Value

An array of type String that holds the insertion strings stored in the event entry.

Remarks

This method retrieves only the replacement strings for the entry. To get the full message, call getMessage().

See Also

EventLogEntry Class | EventLogEntry Members | System.Diagnostics Namespace | Message