Leadtools.Dicom.AddIn.Audit Namespace > ParticipantObjectDescriptionType Class : SOPClass Property |
[XmlElementAttribute("SOPClass")] public ParticipantObjectDescriptionTypeSOPClass[] SOPClass {get; set;}
'Declaration <XmlElementAttribute("SOPClass")> Public Property SOPClass As ParticipantObjectDescriptionTypeSOPClass()
'Usage Dim instance As ParticipantObjectDescriptionType Dim value() As ParticipantObjectDescriptionTypeSOPClass instance.SOPClass = value value = instance.SOPClass
[XmlElementAttribute("SOPClass")] public: property array<ParticipantObjectDescriptionTypeSOPClass^>^ SOPClass { array<ParticipantObjectDescriptionTypeSOPClass^>^ get(); void set ( array<ParticipantObjectDescriptionTypeSOPClass^>^ value); }