ParticipantObjectDescription Property

Summary

Gets or sets the participant object description.

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

Property Value

The participant object description.

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