Extension::SnapinCLSID property
The SnapinCLSID property returns the CLSID, in string form, for the snap-in. This property is read-only.
Syntax
Property SnapinCLSID As String
Property value
The CLSID, as a string, for the snap-in.
Examples
' Retrieve and display the extension CLSID.
Dim strCLSID As String
strCLSID = objExt.SnapinCLSID
MsgBox ("CLSID: " & strCLSID)
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 |