Share via


IsFreeTextSearchable Field

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The IsFreeTextSearchable field of the CatalogPropertiesDataSetSchema class contains a constant used to indicate whether this property is included in the full text index, and is free text searchable. This field is constant.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Const IsFreeTextSearchable As String
'Usage
Dim value As String

value = CatalogPropertiesDataSetSchema.IsFreeTextSearchable
public const string IsFreeTextSearchable
public:
literal String^ IsFreeTextSearchable
public const var IsFreeTextSearchable : String

Remarks

This field stores a constant used to indicate whether this property is included in the full text index, and is free text searchable.

Specifies the column name in the CatalogProperties table as "IsFreeTextSearchable". DataSet: CatalogPropertiesDataSet Table: CatalogProperties Column: IsFreeTextSearchable.

Permissions

See Also

Reference

CatalogPropertiesDataSetSchema Class

CatalogPropertiesDataSetSchema Members

Microsoft.CommerceServer.Catalog Namespace