[]
Tries set inner xml to the mapped node stored within a XmlDocument in the document.
public bool TrySetValue(string value)
Public Function TrySetValue(value As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | value | The new inner xml for the mapped node stored within a XmlDocument in the document. |
| Type | Description |
|---|---|
| bool | true if new inner xml was set successfully, otherwise false. |