Share via


HardwareIdAttribute Constructor (String, String)

2/27/2008

Creates an instance of the HardwareIdAttribute class with the first and last hardware ID in a range.

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

Syntax

'Declaration
Public Sub New ( _
    fromId As String, _
    toId As String _
)
public HardwareIdAttribute (
    string fromId,
    string toId
)
public:
HardwareIdAttribute (
    String^ fromId, 
    String^ toId
)
public HardwareIdAttribute (
    String fromId, 
    String toId
)
public function HardwareIdAttribute (
    fromId : String, 
    toId : String
)

Parameters

  • fromId
    First ID in a range.
  • toId
    Last ID in a range.

See Also

Reference

HardwareIdAttribute Class
HardwareIdAttribute Members
Microsoft.PointOfService Namespace