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