'Declaration Public Default Property Item( _ ByVal propertyName As String _ ) As Object
public object this[ string propertyName ]; {get; set;}
Parameters
- propertyName
- The property name as string.
'Declaration Public Default Property Item( _ ByVal propertyName As String _ ) As Object
public object this[ string propertyName ]; {get; set;}