Keyword.ReviewDate Property
Gets or sets the review 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 ReviewDate As DateTime
Get
Set
'Usage
Dim instance As Keyword
Dim value As DateTime
value = instance.ReviewDate
instance.ReviewDate = value
public DateTime ReviewDate { get; set; }
Property Value
Type: System.DateTime
A System.DateTime value that represents the review date.