Enumerates the standard string properties.
    Namespace: 
   Quanser.HardwareAssembly: Quanser.Hardware.Hil (in Quanser.Hardware.Hil.dll)
 Syntax
Syntax
| Visual Basic (Declaration) | 
|---|
| Public Enumeration StringProperty | 
| C# | 
|---|
| public enum StringProperty | 
| Visual C++ | 
|---|
| public enum class StringProperty | 
| JavaScript | 
|---|
| Quanser.Hardware.StringProperty = function(); Quanser.Hardware.StringProperty.createEnum('Quanser.Hardware.StringProperty', false); | 
 Members
Members
| Member name | Description | |
|---|---|---|
| Manufacturer | The manufacturer of the card. | |
| ModelName | The model name associated with the card. | |
| ProductName | The product name associated with the card. | |
| ProductSpecific | Product-specific properties begin at this number. All lower property codes are reserved. | |
| SerialNumber | The serial number associated with the card. | 
 Remarks
Remarks
Some data acquisition cards support string properties. Most of these properties are read-only, such as the manufacturer of the card.
 
     
     
     
     
    