ContentCollection.LastInput Property
Gets the last input time of the content collection.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Content
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Property LastInput As Nullable(Of DateTime)
Get
'Usage
Dim instance As ContentCollection
Dim value As Nullable(Of DateTime)
value = instance.LastInput
Nullable<DateTime> LastInput { get; }
Property Value
Type: System.Nullable<DateTime>
A [DateTime] representing the last input time for the content collection.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Content Namespace