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