Cómo acceder a los elementos dentro del objeto anónimo

string str = (string)jsonObj.SelectToken("prop1.prop2");
Busy Bison