Gets/Sets the ISearchStorage interface for the SearchEnvironment

C# | Visual Basic | Visual C++ |
public ISearchStorage SearchStorage { get; set; }
Public Property SearchStorage As ISearchStorage
public: property ISearchStorage^ SearchStorage { ISearchStorage^ get (); void set (ISearchStorage^ value); }