IixssoQuery::Dialect property

[Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.]

Contains the dialect of the Indexing Service Query Language being used in the Query property for this query.

This property is read/write.

Syntax

HRESULT put_Dialect(
  [in]          BSTR val
);

HRESULT get_Dialect(
  [out, retval] BSTR *val
);

Property value

Specifies the dialect. The literal value "1" indicates Indexing Service Query Language Dialect 1, and "2" refers to Indexing Service Query Language Dialect 2 (default value).

Remarks

For Web clients, the query string variable in URLs associated with this property is di. Scripts written with the previous version of the Query object may behave differently due to the change in dialect.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
End of client support
Windows 7
End of server support
Windows Server 2008 R2
DLL
Ixsso.dll

See also

IixssoQuery