Compartir a través de


de la propiedad Query.AuthenticationType

NOTA: esta API está ahora obsoleta.

Obtiene o establece el tipo de autenticación para la consulta.

Espacio de nombres:  Microsoft.SharePoint.Search.Query
Ensamblado:  Microsoft.SharePoint.Search (en Microsoft.SharePoint.Search.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("This class is obsolete.")> _
Public Property AuthenticationType As QueryAuthenticationType
    Get
    Set
'Uso
Dim instance As Query
Dim value As QueryAuthenticationType

value = instance.AuthenticationType

instance.AuthenticationType = value
[ObsoleteAttribute("This class is obsolete.")]
public QueryAuthenticationType AuthenticationType { get; set; }

Valor de propiedad

Tipo: Microsoft.SharePoint.Search.Query.QueryAuthenticationType
Valor de la enumeración QueryAuthenticationType .

Vea también

Referencia

clase Query

Miembros Query

Espacio de nombres Microsoft.SharePoint.Search.Query