VolatileScopesManagerInfo.LastCompilationTime-Eigenschaft
Ruft das Datum und die Uhrzeit der letzten Kompilierung des Systems Suche Bereiche.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property LastCompilationTime As DateTime
Get
Set
'Usage
Dim instance As VolatileScopesManagerInfo
Dim value As DateTime
value = instance.LastCompilationTime
instance.LastCompilationTime = value
[DataMemberAttribute]
public DateTime LastCompilationTime { get; set; }
Eigenschaftswert
Typ: System.DateTime
Datum und Uhrzeit der letzten Kompilierung des Systems Suche Bereiche.
Siehe auch
Referenz
VolatileScopesManagerInfo Klasse