SourceRecord.LastModifiedDate property
Namespace: Microsoft.Office.Server.Search.Administration.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property LastModifiedDate As DateTime
Get
Set
'Usage
Dim instance As SourceRecord
Dim value As DateTime
value = instance.LastModifiedDate
instance.LastModifiedDate = value
[DataMemberAttribute]
public DateTime LastModifiedDate { get; set; }
Property value
Type: System.DateTime
Implements
See also
Reference
Microsoft.Office.Server.Search.Administration.Query namespace