ContactList.SupportsServerSearch Property

Definition

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

Applies to