ProcessingInstruction public sealed class ProcessingInstruction : Node Represents a processing instruction node. Documentation Code public string Data { get; set; } Gets or sets the data. public string Target { get; set; } Gets or sets the target.