2.2.5.3 TrackingInfoProperty

The TrackingInfoProperty defines a structure for representing a property name/value pair.


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

MaxVersion

MinVersion

PropertyName (variable)

...

PropertyValue (variable)

...

MaxVersion (2 bytes): The major version of this marshaled format; this MUST be set to 0x0001.

MinVersion (2 bytes): The minor version of this marshaled format; this MUST be set to 0x0001.

PropertyName (variable): A LengthPrefixedName (section 2.2.5.1) that contains the name of this property.

PropertyValue (variable): A TrackingInfoPropertyValue (section 2.2.5.2) that contains the value of this property.