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