Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.AddIn.Audit Namespace > AuditMessage Class : ActiveParticipant Property |
[XmlElementAttribute("ActiveParticipant")] public AuditMessageActiveParticipant[] ActiveParticipant {get; set;}
'Declaration <XmlElementAttribute("ActiveParticipant")> Public Property ActiveParticipant As AuditMessageActiveParticipant()
'Usage Dim instance As AuditMessage Dim value() As AuditMessageActiveParticipant instance.ActiveParticipant = value value = instance.ActiveParticipant
[XmlElementAttribute("ActiveParticipant")] public: property array<AuditMessageActiveParticipant^>^ ActiveParticipant { array<AuditMessageActiveParticipant^>^ get(); void set ( array<AuditMessageActiveParticipant^>^ value); }