| STSeriesDeviceProductID Property  |   | 
            Gets the product ID of the device
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic override int ProductID { get; }Public Overrides ReadOnly Property ProductID As Integer
	Get
public:
virtual property int ProductID {
	int get () override;
}abstract ProductID : int with get
override ProductID : int with get
Property Value
Type: 
Int32
            The product ID.
            
Implements
ISTSeriesDeviceProductIDISTSeriesDeviceProductID
See Also