Share via


DevicesManager.DeviceInfoCollection Property

 

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