ImageGear .NET v25.2 - Updated
ImageGear.Formats.Dicom Assembly / ImageGear.Core Namespace / ImGearDICOMMetadataDictRecord Class / Name Property




In This Topic
    Name Property (ImGearDICOMMetadataDictRecord)
    In This Topic
    Gets or sets DICOM tag name.
    Syntax
    'Declaration
     
    Public Property Name As String
    'Usage
     
    Dim instance As ImGearDICOMMetadataDictRecord
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public string Name {get; set;}
    public: __property string* get_Name();
    public: __property void set_Name( 
       string* value
    );
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    Any string value.
    See Also