DeviceCollection Class (POS for .NET v1.12 SDK Documentation)

2/27/2008

Defines an indexed array of DeviceInfo objects.

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

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public Class DeviceCollection
    Inherits ReadOnlyCollectionBase
    Implements IEnumerable
[DefaultMemberAttribute("Item")] 
public class DeviceCollection : ReadOnlyCollectionBase, IEnumerable
[DefaultMemberAttribute(L"Item")] 
public ref class DeviceCollection : public ReadOnlyCollectionBase, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
public class DeviceCollection extends ReadOnlyCollectionBase implements IEnumerable
DefaultMemberAttribute("Item") 
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.

See Also

Reference

DeviceCollection Members
Microsoft.PointOfService Namespace