SearchResultCollection.IsSkillSearchPossible Property
Indicate if a skill search possible.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property IsSkillSearchPossible As Boolean
Get
Private Set
'Usage
Dim instance As SearchResultCollection
Dim value As Boolean
value = instance.IsSkillSearchPossible
public bool IsSkillSearchPossible { get; private set; }
Property Value
Type: System.Boolean