DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociationCollection Class / Item Property






In This Topic
    Item Property (DicomAssociationCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As DicomAssociation
    'Usage
     
    
    Dim instance As DicomAssociationCollection
    Dim index As System.Integer
    Dim value As DicomAssociation
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    [__DynamicallyInvokable()]
    public DicomAssociation this[ 
       System.int index
    ]; {get; set;}
    public  this: : DicomAssociation;[ 
        index: System.Integer
    ]; read-write
    __DynamicallyInvokableAttribute()
    public  this[ 
       index : System.int
    ] get,set : DicomAssociation
    [__DynamicallyInvokable()]
    public: __property DicomAssociation* get_Item   System.int index
    ;
    public: __property void set_Item   System.int index,
       DicomAssociation* value
    ;
    [__DynamicallyInvokable()]
    public:
    property DicomAssociation^ default [int] {
       DicomAssociation^ get(System.int index);
       void set (System.int index, DicomAssociation^ value);
    }

    Parameters

    index
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also