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 : ParticipantObjectIdentification Property |
[XmlElementAttribute("ParticipantObjectIdentification")] public ParticipantObjectIdentificationType[] ParticipantObjectIdentification {get; set;}
'Declaration <XmlElementAttribute("ParticipantObjectIdentification")> Public Property ParticipantObjectIdentification As ParticipantObjectIdentificationType()
'Usage Dim instance As AuditMessage Dim value() As ParticipantObjectIdentificationType instance.ParticipantObjectIdentification = value value = instance.ParticipantObjectIdentification
[XmlElementAttribute("ParticipantObjectIdentification")] public: property array<ParticipantObjectIdentificationType^>^ ParticipantObjectIdentification { array<ParticipantObjectIdentificationType^>^ get(); void set ( array<ParticipantObjectIdentificationType^>^ value); }