FailureAttributes Property

Summary

Gets or sets the failure attributes.

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

Property Value

The list of attributes associated with the FailureReason.

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