←Select platform

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 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^>^ ); 
} 

Property Value

The participant object description.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly