ContactQueryTextSearch.Fields 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 or sets which contact fields to search for a text match.
public:
property ContactQuerySearchFields Fields { ContactQuerySearchFields get(); void set(ContactQuerySearchFields value); };
ContactQuerySearchFields Fields();
void Fields(ContactQuerySearchFields value);
public ContactQuerySearchFields Fields { get; set; }
var contactQuerySearchFields = contactQueryTextSearch.fields;
contactQueryTextSearch.fields = contactQuerySearchFields;
Public Property Fields As ContactQuerySearchFields
Property Value
Specifies which contact fields to search for a text match.
Windows requirements
App capabilities |
contactsSystem
|