SnapIn::Vendor property
The Vendor property returns the name of the snap-in vendor if available, or an empty string if not available. This property is read-only.
Syntax
Property Vendor As String
Property value
The snap-in vendor's name. If the vendor's name is not available, then the return value is an empty string.
Examples
' Retrieve and display the snap-in vendor.
Dim strVndr As String
strVndr = objSnap.Vendor
MsgBox ("Vendor: " & strVndr)
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
IDL |
|
DLL |
|
IID |
IID_SnapIn is defined as 3BE910F6-3459-49C6-A1BB-41E6BE9DF3EA |