CommandLineApplication.LongVersionGetter Property

Definition

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

Property Value

Applies to