Schema.LastChangeTime property

Gets the date and time of the last update to the schema.

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

Syntax

'Declaration
Public ReadOnly Property LastChangeTime As DateTime
    Get
'Usage
Dim instance As Schema
Dim value As DateTime

value = instance.LastChangeTime
public DateTime LastChangeTime { get; }

Property value

Type: System.DateTime
The date and time the schema was last updated.

See also

Reference

Schema class

Schema members

Microsoft.Office.Server.Search.Administration namespace