KeyVals property: BannerTile class
Description
Use the KeyVals property to return an array of array of string representing the current context keys and key values. For example, KeyVals [1][1] represents the first context key, and KeyVals [1][2] represents the corresponding key value.
This property is read-only.
Example
For example, the GetContextString method returns the following context string:
SETID=DFLTSET
Then, KeyVals [1][1] equals SETID, and KeyVals [1][2] equals DFLTSET.