'Declaration <DescriptionAttribute("The string that identifies the layer")> <CategoryAttribute("Dicom")> Public ReadOnly Property Name As System.String
[Description("The string that identifies the layer")] [Category("Dicom")] public System.String Name { get; }
[Description("The string that identifies the layer")] [Category("Dicom")] public: __property System.String get_Name();
[Description("The string that identifies the layer")] [Category("Dicom")] public:
property System.String Name { System.String get(); }