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 > ContentItem Class : TextValue Property |
[ElementAttribute()] public string TextValue {get; set;}
'Declaration
<ElementAttribute()> Public Property TextValue As String
'Usage
Dim instance As ContentItem Dim value As String instance.TextValue = value value = instance.TextValue
[ElementAttribute()] public: property String^ TextValue { String^ get(); void set ( String^ value); }