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