ResultItemType.LastModifiedDate property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property LastModifiedDate As DateTime
Get
Private Set
'Uso
Dim instance As ResultItemType
Dim value As DateTime
value = instance.LastModifiedDate
[DataMemberAttribute]
public DateTime LastModifiedDate { get; private set; }
Property value
Type: System.DateTime