DelegatingXmlReader.CanResolveEntity PropertyDelegatingXmlReader.CanResolveEntity PropertyDelegatingXmlReader::CanResolveEntity Property

Gets a value indicating whether the reader can parse and resolve entities.

Syntax

Public Overrides ReadOnly Property CanResolveEntity As Boolean
        Get
public override bool CanResolveEntity { get; }
public:
virtual property bool CanResolveEntity {
    bool get();
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the reader can parse and resolve entities; otherwise, falseFalsefalse.