SecurityElement::Text Property
.NET Framework (current version)
Gets or sets the text within an XML element.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| ArgumentException | The text is not valid in XML. |
The text should not contain XML special characters. Use Escape to remove invalid characters from the string.
If a SecurityElement contains both Text and Children, Text will appear first.
The following code shows the use of the Text property to get the text of an XML element. This code example is part of a larger example provided for the SecurityElement class.
.NET Framework
Available since 1.1
Available since 1.1
Show: