ContactManager.GetExpertSearchQueryString method
Gets the search query string used for expert search.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function GetExpertSearchQueryString ( _
searchString As String _
) As String
'Usage
Dim instance As ContactManager
Dim searchString As String
Dim returnValue As String
returnValue = instance.GetExpertSearchQueryString(searchString)
public string GetExpertSearchQueryString(
string searchString
)
Parameters
- searchString
Type: System.String
Return value
Type: System.String
System.String