'Declaration
Public Property PortfolioAttributes As PdfPortfolioItemAttributes
'Usage
Dim instance As PdfPortfolioFolder Dim value As PdfPortfolioItemAttributes instance.PortfolioAttributes = value value = instance.PortfolioAttributes
public PdfPortfolioItemAttributes PortfolioAttributes {get; set;}
public: property PdfPortfolioItemAttributes^ PortfolioAttributes { PdfPortfolioItemAttributes^ get(); void set ( PdfPortfolioItemAttributes^ value); }