MailboxAutoReplyConfiguration.EndTime Property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property EndTime As DateTime
Get
Set
'Usage
Dim instance As MailboxAutoReplyConfiguration
Dim value As DateTime
value = instance.EndTime
instance.EndTime = value
[ParameterAttribute(Mandatory = false)]
public DateTime EndTime { get; set; }
Property Value
Type: System.DateTime