Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets a value indicating if advanced freetextsearch should be used.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property UseAdvancedFreeTextSearch As Boolean
'Usage
Dim instance As CatalogSearch
Dim value As Boolean
value = instance.UseAdvancedFreeTextSearch
instance.UseAdvancedFreeTextSearch = value
public bool UseAdvancedFreeTextSearch { get; set; }
public:
property bool UseAdvancedFreeTextSearch {
bool get ();
void set (bool value);
}
public function get UseAdvancedFreeTextSearch () : boolean
public function set UseAdvancedFreeTextSearch (value : boolean)
Property Value
Type: System..::.Boolean
true to indicate that the advanced freetextsearch should be used; otherwise false.
Remarks
Setting this property to true will include a SqlWhereClause in the search.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.