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