Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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