ActiveSyncDeviceConfiguration.DeviceWipeRequestTime Property
Namespace: Microsoft.Exchange.Management.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property DeviceWipeRequestTime As Nullable(Of DateTime)
Get
Private Set
'Usage
Dim instance As ActiveSyncDeviceConfiguration
Dim value As Nullable(Of DateTime)
value = instance.DeviceWipeRequestTime
public Nullable<DateTime> DeviceWipeRequestTime { get; private set; }
Property Value
Type: System.Nullable<DateTime>