Compartilhar via


QueryProperties.TimeZoneID property

Obtém ou define o identificador para a zona de tempo de consulta de pesquisa.

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property TimeZoneID As Integer
    Get
    Set
'Uso
Dim instance As QueryProperties
Dim value As Integer

value = instance.TimeZoneID

instance.TimeZoneID = value
[DataMemberAttribute]
public int TimeZoneID { get; set; }

Property value

Type: System.Int32
Um inteiro de 32 bits especifica o identificador da zona de tempo.

Ver também

Referência

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace