SetElementValue Method
Summary
Sets the XML value from a raw string.
Syntax
public void SetElementValue(
string value
)
Public Sub SetElementValue( _
ByVal value As String _
)
- (BOOL)setElementValue:(NSString *)value
public:
void SetElementValue(
String^ value
)
Parameters
value
The new value of the XML element as a raw string.