<-- Previous || Up || Next -->

Name Property
Hash Table Class

Public Property Get Name( _
    ) As Variant

Return the Name of this HashTable.
The Name may be any type of data.

Example:
    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 _
    )

Assign a Name to this HashTable when the Name is NOT an Object.

Example:
    Assuming
       Dim htTemp As New HashTable
    for example
       htTemp.Name = "Compiler Symbol Table"

Public Property Set Name( _
    ByVal vName As Object _
    )

Assign a Name to this HashTable when the Name IS an Object.

Example:
    Assuming
       Dim htTemp As New HashTable
    for example
       Set htTemp.Name = Nothing

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.