Como acessar itens dentro do objeto anônimo

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