Share via


XmlReader.CanReadValueChunk Property

Gets information about calls to ReadValueChunk.

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

public virtual bool CanReadValueChunk { get; }

Property Value

Returns true if the XmlReader supports calls to ReadValueChunk, otherwise returns false.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

XmlReader Class
XmlReader Members
System.Xml Namespace