Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the information for the device.
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 object that contains the information to update with.
See Also
SecurityUpdateDetailProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top