Share via


SourceRecord.AuthInfo property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property AuthInfo As AuthenticationInformation
    Get
    Set
'Usage
Dim instance As SourceRecord
Dim value As AuthenticationInformation

value = instance.AuthInfo

instance.AuthInfo = value
[DataMemberAttribute]
public AuthenticationInformation AuthInfo { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Administration.AuthenticationInformation

Implements

ISource.AuthInfo

See also

Reference

SourceRecord class

SourceRecord members

Microsoft.Office.Server.Search.Administration.Query namespace