get_CanReadValueChunk()

XmlReader::get_CanReadValueChunk() method

Returns a value indicating whether the XmlReader implements the XmlReader::ReadValueChunk method.

virtual bool System::Xml::XmlReader::get_CanReadValueChunk()

Return Value

true if the XmlReader implements the XmlReader::ReadValueChunk method; otherwise false.

See Also