System.Xml.XmlProcessingInstruction: Property Members

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

Public Properties

Datastring.

Gets or sets the content of the processing instruction, excluding the target.

override
InnerTextstring.

Gets or sets the concatenated values of the node and all its children.

[read-only]
override
LocalNamestring.

Gets the local name of the node.

[read-only]
override
Namestring.

Gets the qualified name of the node.

[read-only]
override
NodeTypeXmlNodeType.

Gets the type of the current node.

[read-only]
Targetstring.

Gets the target of the processing instruction.

override
Valuestring.

Gets or sets the value of the node.