SearchSetting.EndDate Property

Gets or sets the date to 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 EndDate As Nullable(Of DateTime)
    Get
    Set
'Usage
Dim instance As SearchSetting
Dim value As Nullable(Of DateTime)

value = instance.EndDate

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

Property Value

Type: System.Nullable<DateTime>
The current date to which the search setting is valid.

Remarks

A [null] value indicates that the search setting does not have a particular end date. I.e. it is valid at any time after the start date. If both the start and end dates are [null], then the search setting is always valid.

See Also

Reference

SearchSetting Interface

SearchSetting Members

Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace