DataElementValue Property
In This Topic
Gets the data element value. Exists primarily for XML RE advanced export. Returned value can be null
.
Syntax
'Declaration
ReadOnly Property DataElementValue As String
string DataElementValue {get;}
Property Value
A
System.String representing the data element value, or
null
.
See Also