QueryRule.StartDate 属性
此查询规则变得可用时查询分类的日期
命名空间: Microsoft.Office.Server.Search.Query.Rules
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Property StartDate As Nullable(Of DateTime)
Get
Set
用法
Dim instance As QueryRule
Dim value As Nullable(Of DateTime)
value = instance.StartDate
instance.StartDate = value
public Nullable<DateTime> StartDate { get; set; }