'Declaration <DescriptionAttribute("The description of the contents of the layer.")> <CategoryAttribute("Dicom")> Public ReadOnly Property Description As System.String
[Description("The description of the contents of the layer.")] [Category("Dicom")] public System.String Description { get; }
[Description("The description of the contents of the layer.")] [Category("Dicom")] public: __property System.String get_Description();
[Description("The description of the contents of the layer.")] [Category("Dicom")] public:
property System.String Description { System.String get(); }