XmlProcessingInstruction.InnerText | innerText property
Gets the text from inside the XML.
Syntax
var innerText = xmlProcessingInstruction.innerText;
xmlProcessingInstruction.innerText = innerText;
Property value
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
The text from inside the XML. Returns an empty string if there is no text.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
