Click or drag to resize

EventLogEntryData2ReplacementStrings Property

This value includes any replacement strings associated with the event.

Namespace:  DoubleTake.Common.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public string[] ReplacementStrings { get; set; }

Property Value

Type: String
The replacement strings associated with the event log entry.
See Also