This property is deprecated. The identifier of the vendor.
Read-write property
[Visual Basic .NET] |
---|
Public Property VendorID() As String |
[C#] |
---|
public string VendorID {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_VendorID(); |
[Unmanaged C++] |
---|
public: HRESULT get_VendorID( BSTR * pbstrVal ); public: HRESULT put_VendorID( BSTR VendorID ); |
[Java] |
---|
public String getVendorID(); public void setVendorID( String ); |