Hello, I have a generic list named Rows: Dim a As New Generic.List(Of Row) Row is a structure which has 2 properties: Name and Content. Is it possible, without a for loop, to find a Row in Rows which Name is "Home" and get its content? Thanks, Miguel