| Overload | Description |
|---|---|
| GetValueOrDefault(String,String) | Gets the value of a property if that property is defined. If it is not defined, returns the specified default value. |
| GetValueOrDefault(String,TimeOfDay) | Gets the value of a property if that property is defined. If it is not defined, returns the specified default value. |
| GetValueOrDefault(String,Int32) | Gets the value of a property if that property is defined. If it is not defined, returns the specified default value. |
| GetValueOrDefault(String,Boolean) | Gets the value of a property if that property is defined. If it is not defined, returns the specified default value. |
| GetValueOrDefault<T>(String,T) | Gets the value of a property if that property is defined. If it is not defined, returns the specified default value. |