System.Reflection.PropertyInfo.IsSpecialName Property

Gets a value indicating whether the property is the special name.

Syntax

public bool IsSpecialName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0