Compartir a través de


de la propiedad QueryInfo.ClientType

Gets or sets the type of the query client.

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

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property ClientType As QueryLogClientType
    Get
    Set
'Uso
Dim instance As QueryInfo
Dim value As QueryLogClientType

value = instance.ClientType

instance.ClientType = value
[DataMemberAttribute]
public QueryLogClientType ClientType { get; set; }

Valor de propiedad

Tipo: Microsoft.Office.Server.Search.Query.QueryLogClientType
The type of the query client.

Vea también

Referencia

clase QueryInfo

Miembros QueryInfo

Espacio de nombres Microsoft.Office.Server.Search.Query