ContactSearchInputBox.SearchTextInput Property
Gets or sets the search input text. When set, any current search operation is cancelled, search results are reset, and a new search operation is initiated.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property SearchTextInput As String
Get
Set
'Usage
Dim instance As ContactSearchInputBox
Dim value As String
value = instance.SearchTextInput
instance.SearchTextInput = value
public string SearchTextInput { get; set; }
Property Value
Type: System.String