ContactQueryTextSearch.SearchScope Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui spécifie une recherche locale ou sur le serveur.
public:
property ContactQuerySearchScope SearchScope { ContactQuerySearchScope get(); void set(ContactQuerySearchScope value); };
ContactQuerySearchScope SearchScope();
void SearchScope(ContactQuerySearchScope value);
public ContactQuerySearchScope SearchScope { get; set; }
var contactQuerySearchScope = contactQueryTextSearch.searchScope;
contactQueryTextSearch.searchScope = contactQuerySearchScope;
Public Property SearchScope As ContactQuerySearchScope
Valeur de propriété
Valeur qui spécifie une recherche locale ou sur le serveur.
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|