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