Hi,
I created some manage properties and i need to get their values with the queryManager.
I need this to create a datatable.
I've this line:
xdoc = queryManager.GetResults(queryManager[0]);
and now how can i have the related custom properies i created?
thanks