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 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 snap-in CLSID.
Dim strCLSID As String
strCLSID = objSnap.SnapinCLSID
MsgBox ("CLSID: " & strCLSID)
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 |