ParentAttributes Property
The attributes (sequences) between the top level dataset and the target attribute
public System.Collections.Generic.List<DicomAttribute> ParentAttributes {get;}
public read-only property ParentAttributes: System.Collections.Generic.List;
public function get ParentAttributes : System.Collections.Generic.List
public: __property System.Collections.Generic.List<DicomAttribute*>* get_ParentAttributes();
public:
property System.Collections.Generic.List<DicomAttribute^>^ ParentAttributes {
System.Collections.Generic.List<DicomAttribute^>^ get();
}
'Declaration
Public ReadOnly Property ParentAttributes As System.Collections.Generic.List(Of DicomAttribute)
'Usage
Dim instance As SequencePath
Dim value As System.Collections.Generic.List(Of DicomAttribute)
value = instance.ParentAttributes
Target Platforms: .NET CLR 4.8 or higher