I need to use SortDescription from IronPython.
But whenever I attempt to access SortDescription from IPy, I get the following error message: AttributeError: attribute 'SortDescription' of 'namespace#' object is read-only.
I'm using IronPython 2.6 (2.6.10920.0)
Is there some special IPy syntax that I have to use?