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