When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
Syntax
Visual Basic (Declaration) |
|
Public Function IsDefaultAttribute() As Boolean |
C# |
|
public bool IsDefaultAttribute() |
Return Value
true if this instance is the default attribute for the class; otherwise, false.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also