public Func<string, string>? MatchValueProcessor { get; set; }Public Property MatchValueProcessor As Func(Of String, String)
Get
Setpublic:
property Func<String^, String^>^ MatchValueProcessor {
Func<String^, String^>^ get ();
void set (Func<String^, String^>^ value);
}member MatchValueProcessor : Func<string, string> with get, setUse this property if you want to change the text value that is added to the formatted result.