VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / DicomDataElementMetadata Class / Id Property
Syntax Requirements SeeAlso
In This Topic
    Id Property (DicomDataElementMetadata)
    In This Topic
    Gets the identifier of data element.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The identifier of data element.")>
    <CategoryAttribute("Data element information")>
    Public ReadOnly Property Id As Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomDataElementId
    
    
    [Description("The identifier of data element.")]
    [Category("Data element information")]
    public Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomDataElementId Id { get; }
    
    
    [Description("The identifier of data element.")]
    [Category("Data element information")]
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomDataElementId get_Id();
    
    
    
    [Description("The identifier of data element.")]
    [Category("Data element information")]
    public:
    property Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomDataElementId Id { Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomDataElementId get(); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also