OnlineStatusProperty.UpdateDeviceInfo Method (DeviceInfo)
Updates the device information.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public void UpdateDeviceInfo(
DeviceInfo deviceInfo
)
public:
virtual void UpdateDeviceInfo(
DeviceInfo^ deviceInfo
) sealed
Public Sub UpdateDeviceInfo (
deviceInfo As DeviceInfo
)
Parameters
deviceInfo
Type: Microsoft.WindowsServerSolutions.Common.Devices.DeviceInfoThe DeviceInfo object to use for updating the device information.
See Also
OnlineStatusProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top