FileListSearchOptions Property |
The SearchOptions are used to set different options before calling
the
Search(String) method.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic SearchOptions SearchOptions { get; set; }Public Property SearchOptions As SearchOptions
Get
Set
public:
property SearchOptions^ SearchOptions {
SearchOptions^ get ();
void set (SearchOptions^ value);
}member SearchOptions : SearchOptions with get, set
Property Value
SearchOptions
See Also