![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace > StorageCommitmentResult Class : FailedSOPSequence Property |
[ElementAttribute()] public List<SCFailedSOPInstanceReference> FailedSOPSequence {get; set;}
'Declaration
<ElementAttribute()> Public Property FailedSOPSequence As List(Of SCFailedSOPInstanceReference)
'Usage
Dim instance As StorageCommitmentResult Dim value As List(Of SCFailedSOPInstanceReference) instance.FailedSOPSequence = value value = instance.FailedSOPSequence
[ElementAttribute()] public: property List<SCFailedSOPInstanceReference^>^ FailedSOPSequence { List<SCFailedSOPInstanceReference^>^ get(); void set ( List<SCFailedSOPInstanceReference^>^ value); }