MobileDeviceConfiguration.LastPingHeartbeat property
Namespace: Microsoft.Exchange.Management.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property LastPingHeartbeat As Nullable(Of UInteger)
Get
Set
'Usage
Dim instance As MobileDeviceConfiguration
Dim value As Nullable(Of UInteger)
value = instance.LastPingHeartbeat
instance.LastPingHeartbeat = value
public Nullable<uint> LastPingHeartbeat { get; set; }
Property value
Type: System.Nullable<UInt32>
See also
Reference
MobileDeviceConfiguration class