NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlReader.EntityHandling

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);

Property Value

One of the EntityHandling values.

Exceptions

Exception Type Condition
IndexOutOfRangeException Invalid value was specified.

Remarks

This property can be changed on the fly and the new behavior begins after the next Read call.

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace