Share via


MigrationUser.LastSubscriptionCheckTime property

Namespace:  Microsoft.Exchange.Migration
Assembly:  Microsoft.Exchange.Migration (in Microsoft.Exchange.Migration.dll)

Syntax

'Declaration
Public Property LastSubscriptionCheckTime As Nullable(Of DateTime)
    Get
    Friend Set
'Usage
Dim instance As MigrationUser
Dim value As Nullable(Of DateTime)

value = instance.LastSubscriptionCheckTime
public Nullable<DateTime> LastSubscriptionCheckTime { get; internal set; }

Property value

Type: System.Nullable<DateTime>

See also

Reference

MigrationUser class

MigrationUser members

Microsoft.Exchange.Migration namespace