PropertyInfo.IsSpecialName Property
.NET Framework 4
Gets a value indicating whether the property is the special name.
Assembly: mscorlib (in mscorlib.dll)
The SpecialName bit is set to flag members that are treated in a special way by some compilers (such as property accessors and operator overloading methods).
To get the IsSpecialName property, first get the class Type. From the Type, get the PropertyInfo. From the PropertyInfo, get the IsSpecialName value.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.