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 > OriginalAttribute Class : ModifiedAttributesSequence Property |
[ElementAttribute()] public List<ElementTag> ModifiedAttributesSequence {get; set;}
'Declaration
<ElementAttribute()> Public Property ModifiedAttributesSequence As List(Of ElementTag)
'Usage
Dim instance As OriginalAttribute Dim value As List(Of ElementTag) instance.ModifiedAttributesSequence = value value = instance.ModifiedAttributesSequence
[ElementAttribute()] public: property List<ElementTag^>^ ModifiedAttributesSequence { List<ElementTag^>^ get(); void set ( List<ElementTag^>^ value); }