Visual Basic (Declaration) | |
---|---|
<ElementAttribute()> Public Property ReferencedSopSequence As List(Of MediaCreationReferencedSop) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MediaCreationManagement Dim value As List(Of MediaCreationReferencedSop) instance.ReferencedSopSequence = value value = instance.ReferencedSopSequence |
C# | |
---|---|
[ElementAttribute()] public List<MediaCreationReferencedSop> ReferencedSopSequence {get; set;} |
C++/CLI | |
---|---|
[ElementAttribute()] public: property List<MediaCreationReferencedSop^>^ ReferencedSopSequence { List<MediaCreationReferencedSop^>^ get(); void set ( List<MediaCreationReferencedSop^>^ value); } |
Property Value
The list of sop instances to be use in the media creation request.The sop instances need to already be present on the SCP.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7