XmlEntityReference.Value Proprietà

Definizione

Ottiene o imposta il valore del nodo.

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

Valore della proprietà

Valore del nodo. Per i nodi XmlEntityReference, questa proprietà restituisce null.

Eccezioni

Il nodo è di sola lettura.

Impostazione della proprietà.

Si applica a