The name of the vendor that supplies the implementing component. Vendor is limited to 256 bytes.
Namespace: Ivi.Driver.Interop
Assembly: Ivi.Driver.Interop (in Ivi.Driver.Interop.DLL)
Visual Basic
|
Public ReadOnly Property Vendor As String
|
C#
|
public string Vendor { get; }
|
Visual C++
|
HRESULT get_Vendor(
BSTR* val
);
|
Property Value
The name of the vendor that supplies the implementing component. Vendor is limited to 256 bytes.
Requirements
Supported Models
All supported
See Also
Reference
IIviComponentIdentity Interface
Ivi.Driver.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|