AudioDeviceInfoProductId Property |
The product identification.
Namespace: StreamCoders.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic uint ProductId { get; set; }
Public Property ProductId As UInteger
Get
Set
public:
property unsigned int ProductId {
unsigned int get ();
void set (unsigned int value);
}
member ProductId : uint32 with get, set
Property Value
Type:
UInt32
The identifier of the product.
See Also