table = Document.Data.Tables[jsonParam['dataTableName']]
if(Document.Data.Properties.ContainsProperty(DataPropertyClass.Table, jsonParam['propertyName'])):
    setResultProperty(serializeToJSON(table.Properties.GetProperty(jsonParam['propertyName'])))
else:
    setResultProperty(serializeToJSON(None))