SnapIn::Name property
The Name property returns the name of the snap-in. This property is read-only.
Syntax
Property Name As String
Property value
The name of the snap-in.
Examples
' Retrieve and display the snap-in name.
Dim strName As String
strName = objSnap.Name
MsgBox ("Name: " & strName)
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 |