ArcObjects Library Reference (CatalogUI)  

ISearchEngineProperties.Save Method

Saves the search engine properties to the given property set.

[Visual Basic .NET]
Public Sub Save ( _
    ByVal pPropertySet As IPropertySet _
)
[C#]
public void Save (
    IPropertySet pPropertySet
);

Product Availability

Available with ArcGIS Desktop.

See Also

ISearchEngineProperties Interface