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.MediaCreation Namespace > MediaCreationManagement Class : ReferencedSopSequence Property |
[ElementAttribute()] public List<MediaCreationReferencedSop> ReferencedSopSequence {get; set;}
'Declaration
<ElementAttribute()> Public Property ReferencedSopSequence As List(Of MediaCreationReferencedSop)
'Usage
Dim instance As MediaCreationManagement Dim value As List(Of MediaCreationReferencedSop) instance.ReferencedSopSequence = value value = instance.ReferencedSopSequence
[ElementAttribute()] public: property List<MediaCreationReferencedSop^>^ ReferencedSopSequence { List<MediaCreationReferencedSop^>^ get(); void set ( List<MediaCreationReferencedSop^>^ value); }