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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.