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