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;}
get_UnformattedTextValue();
set_UnformattedTextValue(value);
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(IntPtr,Int32) are ignored.