DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAttribute Class / Description Property






In This Topic
    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();
    }
    Remarks
    This is a general description of the DICOM tag itself, NOT the actual data in this instance.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also