Share via


ContactSearchInputBox.IsSkillSearchEnabled property

Gets or sets a bool value which indicates whether or not the skill search feature is enabled.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)

Syntax

'Declaration
Public Property IsSkillSearchEnabled As Boolean
    Get
    Set
'Usage
Dim instance As ContactSearchInputBox
Dim value As Boolean

value = instance.IsSkillSearchEnabled

instance.IsSkillSearchEnabled = value
public bool IsSkillSearchEnabled { get; set; }

Property value

Type: System.Boolean

See also

Reference

ContactSearchInputBox class

ContactSearchInputBox members

Microsoft.Lync.Controls namespace