XdmReader.IsDefault PropertyXdmReader.IsDefault PropertyXdmReader::IsDefault Property

When overridden in a derived class, gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema.

Syntax

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