DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / ItemLocation Class / DataSet Property






In This Topic
    DataSet Property (ItemLocation)
    In This Topic
    The dataset containing the attribute
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataSet As DicomDataSet
    'Usage
     
    
    Dim instance As ItemLocation
    Dim value As DicomDataSet
     
    value = instance.DataSet
    public DicomDataSet DataSet {get;}
    public read-only property DataSet: DicomDataSet; 
    public function get DataSet : DicomDataSet
    public: __property DicomDataSet* get_DataSet();
    public:
    property DicomDataSet^ DataSet {
       DicomDataSet^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also