←Select platform

DataElements Property

Summary

Gets or sets the data elements.

Syntax

C#
VB
C++
[Element(DicomTag.DataElementsSigned)] 
public List<ElementTag> DataElements { get; set; } 
<Leadtools.Dicom.Common.Extensions.ElementAttribute()> 
Public Property DataElements As List(Of ElementTag) 
[Leadtools.Dicom.Common.Extensions.ElementAttribute()] 
public: 
property List<ElementTag^>^ DataElements { 
   List<ElementTag^>^ get(); 
   void set (    List<ElementTag^>^ ); 
} 

Property Value

The data elements used in creating the MAC.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly