SetPSReadLineOption.AddToHistoryHandler Property

Definition

public:
 property Func<System::String ^, bool> ^ AddToHistoryHandler { Func<System::String ^, bool> ^ get(); void set(Func<System::String ^, bool> ^ value); };
public Func<string,bool> AddToHistoryHandler { get; set; }
member this.AddToHistoryHandler : Func<string, bool> with get, set
Public Property AddToHistoryHandler As Func(Of String, Boolean)

Property Value

Applies to