'Declaration
Public Overloads Function GetValueOrDefault( _ ByVal propertyName As System.String, _ ByVal defaultValue As System.Integer _ ) As System.Integer
'Usage
Dim instance As PropertyValueCollection Dim propertyName As System.String Dim defaultValue As System.Integer Dim value As System.Integer value = instance.GetValueOrDefault(propertyName, defaultValue)
public System.int GetValueOrDefault( System.string propertyName, System.int defaultValue )
Parameters
- propertyName
- The name of the property
- defaultValue
- The value to return if the property name is not found