Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Parent As DicomEditableProperty |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomEditableProperty Dim value As DicomEditableProperty value = instance.Parent |
C# | |
---|---|
public DicomEditableProperty Parent {get;} |
C++/CLI | |
---|---|
public: property DicomEditableProperty^ Parent { DicomEditableProperty^ get(); } |
Property Value
The parent of this property.If this property represents a top level DICOM element the parent property will be null.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7