Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Version property returns the version, in string form, of the snap-in. This property is read-only.
Syntax
Property Version As String
Property value
The snap-in's version, in string form, or an empty string if the vendor's version is unavailable.
Examples
' Retrieve and display the extension version.
Dim strVrsn As String
strVrsn = objExt.Version
MsgBox ("Version: " & strVrsn)
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 |