Children Property

Summary

Gets the children of this Difference object.

Syntax
C#
VB
C++
public List<Difference> Children { get; } 
Public ReadOnly Property Children As List(Of Difference) 
public: 
property List<Difference^>^ Children { 
   List<Difference^>^ get(); 
} 

Property Value

The children of this difference object.

Remarks

This will only be valid for sequence items.

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