SearchSetting.StartDate Property
Gets or sets the date from which of the search setting is valid.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property StartDate As Nullable(Of DateTime)
Get
Set
'Usage
Dim instance As SearchSetting
Dim value As Nullable(Of DateTime)
value = instance.StartDate
instance.StartDate = value
Nullable<DateTime> StartDate { get; set; }
Property Value
Type: System.Nullable<DateTime>
The current date from which the search setting is valid.
Remarks
A [null] value indicates that the search setting does not have a particular starting date. I.e. it is valid at any time prior to the end date. If both the start and end dates are [null], then the search setting is always valid.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace