Noemax FastInfoset.NET
IsDefault Property
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : 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

Visual Basic (Declaration) 
Public Overrides NotOverridable ReadOnly Property IsDefault As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value As Boolean
 
value = instance.IsDefault
C# 
public override bool IsDefault {get;}
Delphi 
public read-only property IsDefault: Boolean; override; 
JScript 
public override function get IsDefault : boolean
Managed Extensions for C++ 
public: __property bool get_IsDefault() override;
C++/CLI 
public:
property bool IsDefault {
   bool get() override;
}

See Also