SOPClass Property

Summary

Gets or sets the SOP classes referred to in this participant object.

Syntax
C#
VB
C++
[XmlElementAttribute("SOPClass")] 
public ParticipantObjectDescriptionTypeSOPClass[] SOPClass { get; set; } 
  
<XmlElementAttribute("SOPClass")> 
Public Property SOPClass As ParticipantObjectDescriptionTypeSOPClass() 
[XmlElementAttribute("SOPClass")] 
public: 
property array<ParticipantObjectDescriptionTypeSOPClass^>^ SOPClass { 
   array<ParticipantObjectDescriptionTypeSOPClass^>^ get(); 
   void set (    array<ParticipantObjectDescriptionTypeSOPClass^>^ ); 
} 

Property Value

The SOP class.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly