Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 |