Click or drag to resize

PropertiesGetIntValue Method

Overload List
  NameDescription
Public methodGetIntValue(String)
Returns a value as an integer for a property in the collection. If the property doesn't exist, then 0 is returned.
Public methodGetIntValue(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.
Public methodGetIntValue(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.
Top
See Also