FWFirmwareDeviceVendorId Property  | 
 
            Gets or sets the vendor id associated with this firmware device.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic string VendorId { get; set; }Public Property VendorId As String
	Get
	Set
public:
property String^ VendorId {
	String^ get ();
	void set (String^ value);
}member VendorId : string with get, set
Property Value
Type: 
String
See Also