'Declaration
Public Default Property Item( _ ByVal attributeKey As String _ ) As PdfCosObject
'Usage
Dim instance As PdfPortfolioItemAttributes Dim attributeKey As String Dim value As PdfCosObject instance.Item(attributeKey) = value value = instance.Item(attributeKey)
public PdfCosObject this[ string attributeKey ]; {get; set;}
public: property PdfCosObject^ default [String^] { PdfCosObject^ get(String^ attributeKey); void set (String^ attributeKey, PdfCosObject^ value); }
Parameters
- attributeKey
- The attribute key.