←Select platform

ParticipantObjectDetail Property

Summary

Gets or sets the participant object detail.

Syntax

C#
VB
C++
[XmlElementAttribute("ParticipantObjectDetail")] 
public TypeValuePairType[] ParticipantObjectDetail { get; set; } 
  
<XmlElementAttribute("ParticipantObjectDetail")> 
Public Property ParticipantObjectDetail As Leadtools.Dicom.Addin.Audit.TypeValuePairType() 
[XmlElementAttribute("ParticipantObjectDetail")] 
public: 
property Leadtools.Dicom.Addin.Audit.array<TypeValuePairType^>^ ParticipantObjectDetail { 
   Leadtools.Dicom.Addin.Audit.array<TypeValuePairType^>^ get(); 
   void set (    Leadtools.Dicom.Addin.Audit.array<TypeValuePairType^>^ ); 
} 

Property Value

The participant object detail.

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