Org.W3c.Dom.IProcessingInstruction.Data Property
The content of this processing instruction.

Syntax

[get: Android.Runtime.Register("getData", "()Ljava/lang/String;", "GetGetDataHandler:Org.W3c.Dom.IProcessingInstructionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[set: Android.Runtime.Register("setData", "(Ljava/lang/String;)V", "GetSetData_Ljava_lang_String_Handler:Org.W3c.Dom.IProcessingInstructionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string Data { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Org.W3c.Dom.DOMExceptionNO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
Org.W3c.Dom.DOMExceptionNO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
Org.W3c.Dom.DOMExceptionNO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
Org.W3c.Dom.DOMExceptionNO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
Org.W3c.Dom.DOMExceptionNO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.

Remarks

Get method documentation [Android Documentation]

The content of this processing instruction. This is from the first non white space character after the target to the character immediately preceding the ?>.

Set method documentation [Android Documentation]

The content of this processing instruction. This is from the first non white space character after the target to the character immediately preceding the ?>.

Requirements

Namespace: Org.W3c.Dom
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1