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.