EnableAllSub Property

This property specifies whether, during a search on a string, the server should look for all substrings that match or just the first substring.

IDL Definition

[propget] 
HRESULT EnableAllSub([out, retval] VARIANT* pData);
[propput] 
HRESULT EnableAllSub([in] VARIANT Data);

Type

VT_BOOL (boolean)

Example


© 1997-1998 Microsoft Corporation. All rights reserved.