SearchProgressChangedEventArgsLastFileSeen Property |
Returns the last filename that was seen by the background search
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public string LastFileSeen { get; }
Public ReadOnly Property LastFileSeen As String
Get
public:
property String^ LastFileSeen {
String^ get ();
}
member LastFileSeen : string with get
Property Value
Type:
StringSee Also