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); }