Gets or sets the find and replace data.
public List<KeyValuePair<string, string>> FindAndReplaceData { get; set; }
Public Property FindAndReplaceData As List(Of KeyValuePair(Of String, String))