QueryRule.LastModified property

Last Modification time stamp

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property LastModified As DateTime
    Get
    Friend Set
'Usage
Dim instance As QueryRule
Dim value As DateTime

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

Property value

Type: System.DateTime

See also

Reference

QueryRule class

QueryRule members

Microsoft.Office.Server.Search.Query.Rules namespace