Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace > CodeSequence Class : CodeMeaning Property |
[ElementAttribute()] [DataMemberAttribute()] public string CodeMeaning {get; set;}
'Declaration
<ElementAttribute()> <DataMemberAttribute()> Public Property CodeMeaning As String
'Usage
Dim instance As CodeSequence Dim value As String instance.CodeMeaning = value value = instance.CodeMeaning
[ElementAttribute()] [DataMemberAttribute()] public: property String^ CodeMeaning { String^ get(); void set ( String^ value); }