Gets or sets a value that specifies how the XmlReader handles entities.
[Visual Basic] MustOverride Public Property EntityHandling As EntityHandling [C#] public EntityHandling EntityHandling {abstract get; abstract set;} [C++] public: __property virtual EntityHandling get_EntityHandling() = 0;public: __property virtual void set_EntityHandling(EntityHandling) = 0; [JScript] public abstract function get EntityHandling() : EntityHandling; public abstract function set EntityHandling(EntityHandling);
One of the EntityHandling values.
Exception Type | Condition |
---|---|
IndexOutOfRangeException | Invalid value was specified. |
This property can be changed on the fly and the new behavior begins after the next Read call.
XmlReader Class | XmlReader Members | System.NewXml Namespace