System.Data.SqlTypes.SqlXml.Value Property

Gets the string representation of the XML content of this System.Data.SqlTypes.SqlXml instance.

Syntax

public string Value { get; }

Value

Documentation for this section has not yet been entered.

Remarks

To retrieve the content represented as an System.Xml.XmlReader, call the SqlXml.CreateReader method.

Requirements

Namespace: System.Data.SqlTypes
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0