Whether the service should automatically optimize the index for searching.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool ServiceWillOptimizeIndex { get; set; }
Public Property ServiceWillOptimizeIndex As Boolean
public: property bool ServiceWillOptimizeIndex { bool get (); void set (bool value); }