'Declaration Public Property Annotations As DicomAnnotationTreeNode
public DicomAnnotationTreeNode Annotations { get; set; }
public: __property DicomAnnotationTreeNode* get_Annotations(); public: __property void set_Annotations(
DicomAnnotationTreeNode* value
);
public:
property DicomAnnotationTreeNode^ Annotations { DicomAnnotationTreeNode^ get(); void set(DicomAnnotationTreeNode^ value); }