Leadtools.Dicom.AddIn.Audit Namespace > ParticipantObjectDescriptionType Class : MPPS Property |
[XmlElementAttribute("MPPS")] public ParticipantObjectDescriptionTypeMPPS[] MPPS {get; set;}
'Declaration <XmlElementAttribute("MPPS")> Public Property MPPS As ParticipantObjectDescriptionTypeMPPS()
'Usage Dim instance As ParticipantObjectDescriptionType Dim value() As ParticipantObjectDescriptionTypeMPPS instance.MPPS = value value = instance.MPPS
[XmlElementAttribute("MPPS")] public: property array<ParticipantObjectDescriptionTypeMPPS^>^ MPPS { array<ParticipantObjectDescriptionTypeMPPS^>^ get(); void set ( array<ParticipantObjectDescriptionTypeMPPS^>^ value); }