ContactQueryOptions.TextSearch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a ContactQueryTextSearch object that can be used for text searches.
public:
property ContactQueryTextSearch ^ TextSearch { ContactQueryTextSearch ^ get(); };
ContactQueryTextSearch TextSearch();
public ContactQueryTextSearch TextSearch { get; }
var contactQueryTextSearch = contactQueryOptions.textSearch;
Public ReadOnly Property TextSearch As ContactQueryTextSearch
Property Value
A ContactQueryTextSearch object that can be used for text searches.
Windows requirements
App capabilities |
contactsSystem
|