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); }