Share via


RequestBase.WhenChangedUTC property

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

Syntax

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

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

Property value

Type: System.Nullable<DateTime>

See also

Reference

RequestBase class

RequestBase members

Microsoft.Exchange.MailboxReplicationService namespace