Extension::Version property

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
MMCObj.h
IDL
MMCObj.idl
DLL
Mmcndmgr.dll
IID
IID_Extension is defined as AD4D6CA6-912F-409b-A26E-7FD234AEF542

See also

Extension.Name

Extension.SnapinCLSID

Extension.Vendor