List list = ... var result = list .OfType() // Filter out AA instances only .ElementAt(0) // or just First(); .AID;