FindMailboxStatisticsByKeywordsType.ToDate Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ToDate As DateTime
Get
Set
'Usage
Dim instance As FindMailboxStatisticsByKeywordsType
Dim value As DateTime
value = instance.ToDate
instance.ToDate = value
public DateTime ToDate { get; set; }
Property Value
Type: System.DateTime