FWFirmwareDeviceProductId 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)
Syntax public string ProductId { get; set; }
Public Property ProductId As String
Get
Set
public:
property String^ ProductId {
String^ get ();
void set (String^ value);
}
member ProductId : string with get, set
Property Value
Type:
StringSee Also