QueryRule.StartDate property

Date when this Query Rule becomes available for query classification

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

Syntax

'Declaration
Public Property StartDate As Nullable(Of DateTime)
    Get
    Set
'Usage
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>

See also

Reference

QueryRule class

QueryRule members

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