Example #1
0
 public bool HasValue(string propertyName)
 {
     CheckIsObject();
     return(ObjectValue.ContainsKey(propertyName));
 }