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.
Gets a reference to the ReadOnlyDeviceInfoCollection.
Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)
Syntax
public ReadOnlyDeviceInfoCollection DeviceInfoCollection { get; }
public:
property ReadOnlyDeviceInfoCollection^ DeviceInfoCollection {
    ReadOnlyDeviceInfoCollection^ get();
}
Public ReadOnly Property DeviceInfoCollection As ReadOnlyDeviceInfoCollection
Property Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.ReadOnlyDeviceInfoCollection
An instance of ReadOnlyDeviceInfoCollection.
See Also
DevicesManager Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top