Keyword.EndDate Property

Gets or sets the keyword's expiration date.

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

Syntax

'Declaration
Public Property EndDate As DateTime
    Get
    Set
'Usage
Dim instance As Keyword
Dim value As DateTime

value = instance.EndDate

instance.EndDate = value
public DateTime EndDate { get; set; }

Property Value

Type: System.DateTime
A System.DateTime value that represents the expiration date.

See Also

Reference

Keyword Class

Keyword Members

Microsoft.Office.Server.Search.Administration Namespace