Extension::Vendor property
The Vendor property returns the name of the snap-in vendor. This property is read-only.
Syntax
Property Vendor As String
Property value
The snap-in vendor's name, or an empty string if the vendor's name is unavailable.
Examples
' Retrieve and display the extension vendor.
Dim strVndr As String
strVndr = objExt.Vendor
MsgBox ("Vendor: " & strVndr)
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
IDL |
|
DLL |
|
IID |
IID_Extension is defined as AD4D6CA6-912F-409b-A26E-7FD234AEF542 |