DeviceCollection Class

Represents a device collection.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim deviceCollection1 As New DeviceCollection()

Syntax

'Declaration
Public Class DeviceCollection
    Inherits ReadOnlyCollectionBase
    Implements IEnumerable
public class DeviceCollection : ReadOnlyCollectionBase, IEnumerable
public ref class DeviceCollection : public ReadOnlyCollectionBase, IEnumerable
public class DeviceCollection extends ReadOnlyCollectionBase implements IEnumerable
public class DeviceCollection extends ReadOnlyCollectionBase implements IEnumerable

Inheritance Hierarchy

System.Object
   System.Collections.ReadOnlyCollectionBase
    Microsoft.PointOfService.DeviceCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

DeviceCollection Members
Microsoft.PointOfService Namespace