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