Parent Property

Summary

Gets the parent of this property.

Syntax
C#
VB
C++
public DicomEditableProperty Parent { get; } 
Public ReadOnly Property Parent As DicomEditableProperty 
public: 
property DicomEditableProperty^ Parent { 
   DicomEditableProperty^ get(); 
} 

Property Value

The parent of this property.

Remarks

If this property represents a top level DICOM element the parent property will be null.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly