'Declaration
Public Property SortInformation As PdfPortfolioSortInformation
'Usage
Dim instance As PdfPortfolio Dim value As PdfPortfolioSortInformation instance.SortInformation = value value = instance.SortInformation
public PdfPortfolioSortInformation SortInformation {get; set;}
public: property PdfPortfolioSortInformation^ SortInformation { PdfPortfolioSortInformation^ get(); void set ( PdfPortfolioSortInformation^ value); }