Leadtools.Dicom.AddIn.Audit Namespace > CodedValueType Class : codeSystemName Property |
[XmlAttributeAttribute()] public string codeSystemName {get; set;}
'Declaration <XmlAttributeAttribute()> Public Property codeSystemName As String
'Usage Dim instance As CodedValueType Dim value As String instance.codeSystemName = value value = instance.codeSystemName
[XmlAttributeAttribute()] public: property String^ codeSystemName { String^ get(); void set ( String^ value); }