AuthenticationInformation.Data property
Obtém ou define os dados de autenticação usados para conexão com o local de pesquisa federado.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property Data As AuthenticationData
Get
Set
'Uso
Dim instance As AuthenticationInformation
Dim value As AuthenticationData
value = instance.Data
instance.Data = value
[DataMemberAttribute]
public AuthenticationData Data { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Administration.AuthenticationData
Um objetoAuthenticationData .
Ver também
Referência
AuthenticationInformation class