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



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also