'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 read-write property ChildLabels: DicomLabelCollection;
public function get,set ChildLabels : DicomLabelCollection
public: __property DicomLabelCollection* get_ChildLabels(); public: __property void set_ChildLabels( DicomLabelCollection* value );
public: property DicomLabelCollection^ ChildLabels { DicomLabelCollection^ get(); void set ( DicomLabelCollection^ value); }