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