ScopesManagerInfo.CompilationStartTime Property

Gets or sets the start date and time of the current compilation of the search Scopes system.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property CompilationStartTime As DateTime
    Get
    Set
'Usage
Dim instance As ScopesManagerInfo
Dim value As DateTime

value = instance.CompilationStartTime

instance.CompilationStartTime = value
[DataMemberAttribute]
public DateTime CompilationStartTime { get; set; }

Property Value

Type: System.DateTime
The start date and time of the current compilation of the search Scopes system.

See Also

Reference

ScopesManagerInfo Class

ScopesManagerInfo Members

Microsoft.Office.Server.Search.Administration Namespace