Share via


Location.Credentials property

Gets or sets the user credentials to pass to the federated location.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property Credentials As ICredentials
    Get
    Set
'Usage
Dim instance As Location
Dim value As ICredentials

value = instance.Credentials

instance.Credentials = value
public ICredentials Credentials { get; set; }

Property value

Type: System.Net.ICredentials
The user credentials to pass.

Remarks

Do not use this property with FAST Search Server 2010 for SharePoint; if used, it will be ignored.

See also

Reference

Location class

Location members

Microsoft.Office.Server.Search.Query namespace