![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace > MACParameters Class : DataElements Property |
[ElementAttribute()] public List<ElementTag> DataElements {get; set;}
'Declaration
<ElementAttribute()> Public Property DataElements As List(Of ElementTag)
'Usage
Dim instance As MACParameters Dim value As List(Of ElementTag) instance.DataElements = value value = instance.DataElements
[ElementAttribute()] public: property List<ElementTag^>^ DataElements { List<ElementTag^>^ get(); void set ( List<ElementTag^>^ value); }