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