←Select platform

FailureAttributes Property

Summary

Gets or sets the failure attributes.

Syntax

C#
VB
C++
[Element(DicomTag.FailureAttributes)] 
public List<long> FailureAttributes { get; set; } 
<Leadtools.Dicom.Common.Extensions.ElementAttribute()> 
Public Property FailureAttributes As List(Of Long) 
[Leadtools.Dicom.Common.Extensions.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly