ContactList.SupportsServerSearch 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 a Boolean value that indicates whether you can search the remote server with this ContactList.
public:
property bool SupportsServerSearch { bool get(); };
public:
property bool SupportsServerSearch { bool get(); void set(bool value); };
bool SupportsServerSearch();
bool SupportsServerSearch();
void SupportsServerSearch(bool value);
public bool SupportsServerSearch { get; }
public bool SupportsServerSearch { get; set; }
var boolean = contactList.supportsServerSearch;
var boolean = contactList.supportsServerSearch;
contactList.supportsServerSearch = boolean;
Public ReadOnly Property SupportsServerSearch As Boolean
Public Property SupportsServerSearch As Boolean
Property Value
Boolean
bool
true
if you can search the remote server with this ContactList; otherwise, false
.
Windows requirements
App capabilities |
contactsSystem
|