Value Property
Description
The value of the specified item in the active category.
Property type
Read-write property
Syntax
Visual Basic
Public Property Value( _
   ByVal Name As String _
) As String
Parameters
Name
The name of the item whose value to set or return.
Remarks

If the item has already been fetched, the value is returned from the local cache.

If ("*") is passed as the Name argument, all values are fetched into the local cache and an empty string is returned.

See Also