Description
Specifies the name of the object.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property Name As String |
Example
Private Sub NamePropExample()
Dim myName As String
myName = Dictionary.Name
MsgBox ("Dictionary Name is: " & myName)
End Sub
See Also