'Declaration Public Property ChildLabels As DicomLabelCollection
'Usage Dim instance As DicomLabel Dim value As DicomLabelCollection instance.ChildLabels = value value = instance.ChildLabels
public DicomLabelCollection ChildLabels {get; set;}
public: property DicomLabelCollection^ ChildLabels { DicomLabelCollection^ get(); void set ( DicomLabelCollection^ value); }