I'm trying to use a custom QueryableCollectionView for server-side sorting and paging, so I need the sort properties as strings to pass to the server. I found an sample application
in this thread that almost does what I need but it doesn't work with current binaries. Unfortunately it seems that ISortDescriptor doesn't have a Member property, only CreateSortKeyExpression is available.