SimpleValue Properties |
The SimpleValue type exposes the following members.
| Name | Description | |
|---|---|---|
| InternalValue |
Get or set the internal value of this IXmlValue.
| |
| IsAttribute |
Determine if this value is an element attribute.
| |
| IsContent |
Determine if this value is an element's content.
| |
| IsEmpty |
Determine if the value is empty.
| |
| IsMutable |
Determine if this value can be modified.
| |
| Parent |
Get or set the parent element of this value.
| |
| Value |
Get the value as an object.
|