Keyword.StartDate property

Gets or sets the activation date for the keyword.

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

Syntax

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

value = instance.StartDate

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

Property value

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

See also

Reference

Keyword class

Keyword members

Microsoft.Office.Server.Search.Administration namespace