ReadOnlySource.LastModifiedDate property
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public ReadOnly Property LastModifiedDate As DateTime
Get
'Uso
Dim instance As ReadOnlySource
Dim value As DateTime
value = instance.LastModifiedDate
public DateTime LastModifiedDate { get; }
Property value
Type: System.DateTime