XmlReader.CanResolveEntity Property
.NET Framework 3.0
Gets a value indicating whether this reader can parse and resolve entities.
Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)
XmlReader Members
System.Xml Namespace
Assembly: System.Xml (in system.xml.dll)
'Declaration Public Overridable ReadOnly Property CanResolveEntity As Boolean 'Usage Dim instance As XmlReader Dim value As Boolean value = instance.CanResolveEntity
/** @property */ public boolean get_CanResolveEntity ()
public function get CanResolveEntity () : boolean
Not applicable.
Property Value
true if the reader can parse and resolve entities; otherwise, false.This property always returns false for implementations of XmlReader that do not support DTD information. In this case, calling ResolveEntity throws an exception.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
XmlReader ClassXmlReader Members
System.Xml Namespace