Description Property (DicomAttribute)
In This Topic
The DICOM Description of the Attribute
Syntax
'Declaration
Public ReadOnly Property Description As System.String
'Usage
Dim instance As DicomAttribute
Dim value As System.String
value = instance.Description
public System.string Description {get;}
public read-only property Description: System.String;
public function get Description : System.String
public: __property System.string* get_Description();
public:
property System.String^ Description {
System.String^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also