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.IsDefault

Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema.

[Visual Basic]
MustOverride Public ReadOnly Property IsDefault As Boolean
[C#]
public bool IsDefault {abstract get;}
[C++]
public: __property virtual bool get_IsDefault() = 0;
[JScript]
public abstract function get IsDefault() : Boolean;

Property Value

true if the the current node is an attribute whose value was generated from the default value defined in the DTD or schema.

false if the attribute's value was explicitly specified in the XML stream.

Remarks

This property applies only to an attribute node.

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace