_Application.FileSearch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a FileSearch object that can be used to search for files using either an absolute or relative path.
public:
property Microsoft::Office::Core::FileSearch ^ FileSearch { Microsoft::Office::Core::FileSearch ^ get(); };
public Microsoft.Office.Core.FileSearch FileSearch { get; }
member this.FileSearch : Microsoft.Office.Core.FileSearch
Public ReadOnly Property FileSearch As FileSearch