Compartilhar via


QueryRule.StartDate property

Data quando a regra de consulta se torna disponível para classificação de consulta

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

Syntax

'Declaração
Public Property StartDate As Nullable(Of DateTime)
    Get
    Set
'Uso
Dim instance As QueryRule
Dim value As Nullable(Of DateTime)

value = instance.StartDate

instance.StartDate = value
public Nullable<DateTime> StartDate { get; set; }

Property value

Type: System.Nullable<DateTime>

Ver também

Referência

QueryRule class

QueryRule members

Microsoft.Office.Server.Search.Query.Rules namespace