DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomContextCollection Class / Item Property / Item(Byte) Property






    Item(Byte) Property
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Overloads ReadOnly Property Item( _
       ByVal key As System.Byte _
    ) As DicomContext
     
    'Usage
     
    
    Dim instance As DicomContextCollection
    Dim key As System.Byte
    Dim value As DicomContext
     
    value = instance.Item(key)

    Parameters

    key
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also