ReasonForTheAttributeModification Property

Summary
Gets or sets the reason for the attribute modification.
Syntax
C#
VB
C++
[Element(DicomTag.ReasonForTheAttributeModification)] 
public Nullable<AttributeModification> ReasonForTheAttributeModification { get; set; } 
<ElementAttribute()> 
<TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[System.Nullable`1[[Leadtools.Dicom.Common.DataTypes.AttributeModification, Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")> 
Public Property ReasonForTheAttributeModification As Nullable(Of AttributeModification) 
[ElementAttribute()] 
[TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[System.Nullable`1[[Leadtools.Dicom.Common.DataTypes.AttributeModification, Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")] 
public: 
property Nullable<AttributeModification> ReasonForTheAttributeModification { 
   Nullable<AttributeModification> get(); 
   void set (    Nullable<AttributeModification> ); 
} 

Property Value

The reason for the attribute modification.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.