Partager via


MobileDeviceConfiguration.SyncStateUpgradeTime property

Namespace:  Microsoft.Exchange.Management.Tasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Property SyncStateUpgradeTime As Nullable(Of DateTime)
    Get
    Set
'Usage
Dim instance As MobileDeviceConfiguration
Dim value As Nullable(Of DateTime)

value = instance.SyncStateUpgradeTime

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

Property value

Type: System.Nullable<DateTime>

See also

Reference

MobileDeviceConfiguration class

MobileDeviceConfiguration members

Microsoft.Exchange.Management.Tasks namespace