ActiveParticipant Property

Summary

Gets or sets the active participant.

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

Property Value

The object actively participating in the event.

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