ModifiedAttributesSequence Property

Summary

Gets or sets the modified attributes sequence.

Syntax
C#
VB
C++
[Element(DicomTag.ModifiedAttributesSequence)] 
public List<ElementTag> ModifiedAttributesSequence { get; set; } 
<ElementAttribute()> 
Public Property ModifiedAttributesSequence As List(Of ElementTag) 
[ElementAttribute()] 
public: 
property List<ElementTag^>^ ModifiedAttributesSequence { 
   List<ElementTag^>^ get(); 
   void set (    List<ElementTag^>^ ); 
} 

Property Value

The modified attributes sequence.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly