Compartir a través de


de la propiedad QueryProperties.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
<DataMemberAttribute> _
<ObsoleteAttribute("This class is obsolete.")> _
Public Property AuthenticationType As QueryAuthenticationType
    Get
    Set
'Uso
Dim instance As QueryProperties
Dim value As QueryAuthenticationType

value = instance.AuthenticationType

instance.AuthenticationType = value
[DataMemberAttribute]
[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 QueryProperties

Miembros QueryProperties

Espacio de nombres Microsoft.SharePoint.Search.Query