XmlDeclaration.InnerText Property

Definition

Gets or sets the concatenated values of the XmlDeclaration.

public:
 virtual property System::String ^ InnerText { System::String ^ get(); void set(System::String ^ value); };
public override string InnerText { get; set; }
member this.InnerText : string with get, set
Public Overrides Property InnerText As String

Property Value

The concatenated values of the XmlDeclaration (that is, everything between <?xml and ?>).

Applies to