Leer en inglés Editar

Compartir a través de


XmlText.Value Property

Definition

Gets or sets the value of the node.

C#
public override string Value { get; set; }
C#
public override string? Value { get; set; }

Property Value

The content of the text node.

Applies to