'DeclarationPublic ReadOnly Default Property Item( _ ByVal propertyName As System.String _ ) As PropertyValue
'UsageDim 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