'Declaration
Public ReadOnly Default Property Item( _ ByVal propertyName As System.String _ ) As PropertyValue
'Usage
Dim instance As PropertyValueCollection Dim propertyName As System.String Dim value As PropertyValue value = instance.Item(propertyName)
public PropertyValue this[ System.string propertyName ]; {get;}
Parameters
- propertyName