MobileDeviceConfiguration.DeviceWipeSentTime property
Namespace: Microsoft.Exchange.Management.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
'Declaration
Public Property DeviceWipeSentTime As Nullable(Of DateTime)
Get
Set
'Usage
Dim instance As MobileDeviceConfiguration
Dim value As Nullable(Of DateTime)
value = instance.DeviceWipeSentTime
instance.DeviceWipeSentTime = value
public Nullable<DateTime> DeviceWipeSentTime { get; set; }
Type: System.Nullable<DateTime>
MobileDeviceConfiguration class