The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PropertyInfo::IsSpecialName Property
.NET Framework (current version)
Gets a value indicating whether the property is the special name.
Assembly: mscorlib (in mscorlib.dll)
Implements
_PropertyInfo::IsSpecialNameThe 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.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: