The properties of System.Xml.XmlProcessingInstruction are listed below. For a list of all members, see the XmlProcessingInstruction Members list.
See Also: Inherited members from System.Xml.XmlLinkedNode
Data | string.
Gets or sets the content of the processing instruction, excluding the target. | |
override | InnerText | string.
Gets or sets the concatenated values of the node and all its children. |
[read-only] override | LocalName | string.
Gets the local name of the node. |
[read-only] override | Name | string.
Gets the qualified name of the node. |
[read-only] override | NodeType | XmlNodeType.
Gets the type of the current node. |
[read-only] | Target | string.
Gets the target of the processing instruction. |
override | Value | string.
Gets or sets the value of the node. |