Share via


HardwareIdAttribute Constructor (String)

2/27/2008

Creates an instance of the HardwareIdAttribute class with the hardware ID.

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

Syntax

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

Parameters

  • id
    Hardware ID.

See Also

Reference

HardwareIdAttribute Class
HardwareIdAttribute Members
Microsoft.PointOfService Namespace