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