Read Property [Office 2003 SDK Documentation]

Gets a corresponding string value from the property bag.

Applies To

ISmartTagTokenProperties

Syntax

READ-ONLY Read [STRING] (STRING Key)

Parameters

Key  A string value in a property bag.

Remarks

For example, ISmartTagTokenProperties.Item(i).Read("Key") will return a corresponding string value (in this case, "Key") from the property bag.

If there is no key with the name "Key" the property bag, this property will return Null. The key name is case-insensitive.