FailedSOPSequence Property

Summary

Gets or sets the failed sop sequence.

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

Property Value

The failed sop 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