GetAllDevicesInfoCompletedEventArgs.DeviceInfoList Property
Gets the ReadOnlyDeviceInfoCollection.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public ReadOnlyDeviceInfoCollection DeviceInfoList { get; }
public:
property ReadOnlyDeviceInfoCollection^ DeviceInfoList {
ReadOnlyDeviceInfoCollection^ get();
}
Public ReadOnly Property DeviceInfoList As ReadOnlyDeviceInfoCollection
Property Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.ReadOnlyDeviceInfoCollection
An instance of ReadOnlyDeviceInfoCollection.
See Also
GetAllDevicesInfoCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top