DelegatingXmlReader.IsDefault PropertyDelegatingXmlReader.IsDefault PropertyDelegatingXmlReader::IsDefault Property

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

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the current node is an attribute whose value was generated from the default value defined in the DTD or schema; falseFalsefalse if the attribute value was explicitly set.