RDPStatusProperty.UpdateDeviceInfo Method (DeviceInfo)
Do not use this method. Specifies the information to update 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.DeviceInfoAn instance of DeviceInfo that contains the information to update for the device.
Remarks
This method supports the infrastructure and is not intended to be used in your code.
See Also
RDPStatusProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top