SearchResultsBaseDatasource.UserCredentials Property
Represents the user credentials to pass with the search query to the federated location.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property UserCredentials As Dictionary(Of String, ICredentials)
Get
'Usage
Dim instance As SearchResultsBaseDatasource
Dim value As Dictionary(Of String, ICredentials)
value = instance.UserCredentials
public Dictionary<string, ICredentials> UserCredentials { get; }
Property Value
Type: System.Collections.Generic.Dictionary<String, ICredentials>
Returns Dictionary<TKey, TValue>.
See Also
Reference
SearchResultsBaseDatasource Class