Partager via


SnapIn::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 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
MMCObj.h
IDL
MMCObj.idl
DLL
Mmcndmgr.dll
IID
IID_SnapIn is defined as 3BE910F6-3459-49C6-A1BB-41E6BE9DF3EA

See also

SnapIn.Name

SnapIn.Vendor

SnapIn.Version