←Select platform

ParticipantObjectIdentification Property

Summary

Gets or sets the participant object identification.

Syntax

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

Property Value

The participant object identification.

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