MailboxSearchObject.LastStartTime Property

Namespace:  Microsoft.Exchange.Data.Storage.Infoworker.MailboxSearch
Assembly:  Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)

Syntax

'Declaration
Public ReadOnly Property LastStartTime As Nullable(Of ExDateTime)
    Get
'Usage
Dim instance As MailboxSearchObject
Dim value As Nullable(Of ExDateTime)

value = instance.LastStartTime
public Nullable<ExDateTime> LastStartTime { get; }

Property Value

Type: System.Nullable<ExDateTime>