ScopeInfo.LastModifiedTime Property
Gets or sets the date and time when a search scope was last modified.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property LastModifiedTime As DateTime
Get
Set
'Usage
Dim instance As ScopeInfo
Dim value As DateTime
value = instance.LastModifiedTime
instance.LastModifiedTime = value
[DataMemberAttribute]
public DateTime LastModifiedTime { get; set; }
Property Value
Type: System.DateTime
The date and time when the search scope was last modified.