public string UnformattedTextValue {get; set;}
'Declaration
Public Property UnformattedTextValue As String
'Usage
Dim instance As DicomWaveformAnnotation
Dim value As String
instance.UnformattedTextValue = value
value = instance.UnformattedTextValue
public string UnformattedTextValue {get; set;}
<br/>get_UnformattedTextValue();<br/>set_UnformattedTextValue(value);<br/>Object.defineProperty('UnformattedTextValue');
public:
property String^ UnformattedTextValue {
String^ get();
void set ( String^ value);
}
Property Value
The value of the "Unformatted Text Value" (0070,0006) element. If this property is not a null reference (Nothing in Visual Basic), then
CodedName,
CodedValue, and the values set using
SetNumericValue are ignored.