HardwareIdAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HardwareIdAttribute(String) |
Creates an instance of the HardwareIdAttribute class with the hardware ID. |
HardwareIdAttribute(String, String) |
Creates an instance of the HardwareIdAttribute class with the first and last hardware ID in a range. |
HardwareIdAttribute(String)
Creates an instance of the HardwareIdAttribute class with the hardware ID.
public HardwareIdAttribute (string id);
new Microsoft.PointOfService.HardwareIdAttribute : string -> Microsoft.PointOfService.HardwareIdAttribute
Public Sub New (id As String)
Parameters
- id
- String
Hardware ID.
Applies to
HardwareIdAttribute(String, String)
Creates an instance of the HardwareIdAttribute class with the first and last hardware ID in a range.
public HardwareIdAttribute (string from, string to);
new Microsoft.PointOfService.HardwareIdAttribute : string * string -> Microsoft.PointOfService.HardwareIdAttribute
Public Sub New (from As String, to As String)
Parameters
- from
- String
- to
- String