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); }