PropertiesGetIntValue Method |
| Name | Description | |
|---|---|---|
| GetIntValue(String) |
Returns a value as an integer for a property in the collection. If the property doesn't exist, then 0 is returned.
| |
| GetIntValue(String, Enum) |
Returns a value as an integer (presumably to be interpreted as an enumeration value) for a property in the collection.
If the property doesn't exist, then the defaultValue is returned.
| |
| GetIntValue(String, Int32) |
Returns a value as an integer for a property in the collection. If the property doesn't exist, then the defaultValue is returned.
|