Public Property Get Name( _
) As Variant Assuming
Dim htTemp As New HashTable
htTemp.Name = "Compiler Symbol Table"
Dim varName As Variant
for example
varName = htTemp.Name
leaves
varName = "Compiler Symbol Table"See also: Tag Property
![]()
Public Property Let Name( _
ByVal vName As Variant _
) Assuming
Dim htTemp As New HashTable
for example
htTemp.Name = "Compiler Symbol Table"
![]()
Public Property Set Name( _
ByVal vName As Object _
) Assuming
Dim htTemp As New HashTable
for example
Set htTemp.Name = NothingCopyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.