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