SqlXml.Value Propiedad

Definición

Obtiene la representación de cadena del contenido XML de esta SqlXml instancia.

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

Valor de propiedad

Representación de cadena del contenido XML.

Comentarios

Para recuperar el contenido representado como , XmlReaderllame al CreateReader método .

Se aplica a

Consulte también