DicomObjects.NET.V8
DicomObjects.DicomWeb.Internal Namespace / DicomAttribute Class / Items Property



In This Topic
    Items Property
    In This Topic
    Internal Use Only
    Syntax
    'Declaration
     
    Public Property Items As List(Of Item)
    'Usage
     
    Dim instance As DicomAttribute
    Dim value As List(Of Item)
     
    instance.Items = value
     
    value = instance.Items
    public List<Item> Items {get; set;}
    public:
    property List<Item^>^ Items {
       List<Item^>^ get();
       void set (    List<Item^>^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also