2.3.4.4 Property

Referenced by: PropertyBag

This structure specifies the indexes into the string table entries of the stringTable field in the PropertyBagStore (section 2.3.4.1) to form a key/value pair. It is used by the smart tag recognizer to store additional information that relates to the smart tag in a collection of key/value pairs, known as a property bag. This information can be later used to perform common tasks for the data type.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

keyIndex

valueIndex

keyIndex (4 bytes): Unsigned integer specifying the key index.

valueIndex (4 bytes): Unsigned integer specifying the value index.