Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Compare Namespace > DifferenceElement Class : Parent Property |
public DifferenceElement Parent {get; set;}
'Declaration
Public Property Parent As DifferenceElement
'Usage
Dim instance As DifferenceElement Dim value As DifferenceElement instance.Parent = value value = instance.Parent
public: property DifferenceElement^ Parent { DifferenceElement^ get(); void set ( DifferenceElement^ value); }