CrawlRule.AccountLastModified property

Returns the last time the credentials on the rule were set.

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

Syntax

'Declaration
Public Property AccountLastModified As DateTime
    Get
    Friend Set
'Usage
Dim instance As CrawlRule
Dim value As DateTime

value = instance.AccountLastModified
public DateTime AccountLastModified { get; internal set; }

Property value

Type: System.DateTime
Returns DateTime.

See also

Reference

CrawlRule class

CrawlRule members

Microsoft.Office.Server.Search.Administration namespace