getDictionary
Get a property's value as a Dictionary. Returns null if the property doesn't exist, or its value is not a Dictionary.
Return
The Dictionary object or null.
Parameters
key
the key
Get a property's value as a Dictionary. Returns null if the property doesn't exist, or its value is not a dictionary.
Return
the Dictionary object or null if the key doesn't exist.
Parameters
key
the key.