C#
VB
C++
Gets or sets the participant object description.
[XmlElementAttribute("ParticipantObjectDescription")]
public ParticipantObjectDescriptionType[] ParticipantObjectDescription { get; set; }
<XmlElementAttribute("ParticipantObjectDescription")>
Public Property ParticipantObjectDescription As Leadtools.Dicom.Addin.Audit.ParticipantObjectDescriptionType()
[XmlElementAttribute("ParticipantObjectDescription")]
public:
property Leadtools.Dicom.Addin.Audit.array<ParticipantObjectDescriptionType^>^ ParticipantObjectDescription {
Leadtools.Dicom.Addin.Audit.array<ParticipantObjectDescriptionType^>^ get();
void set ( Leadtools.Dicom.Addin.Audit.array<ParticipantObjectDescriptionType^>^ );
}
The participant object description.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET