Share via


RequestBase.WhenCreatedUTC property

Namespace:  Microsoft.Exchange.MailboxReplicationService
Assembly:  Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)

Syntax

'Declaration
Public Property WhenCreatedUTC As Nullable(Of DateTime)
    Get
    Private Set
'Usage
Dim instance As RequestBase
Dim value As Nullable(Of DateTime)

value = instance.WhenCreatedUTC
public Nullable<DateTime> WhenCreatedUTC { get; private set; }

Property value

Type: System.Nullable<DateTime>

See also

Reference

RequestBase class

RequestBase members

Microsoft.Exchange.MailboxReplicationService namespace