Indicates whether the corresponding SpecialName attribute is set in the FieldAttributes enumerator.
[Visual Basic] Public ReadOnly Property IsSpecialName As Boolean [C#] public bool IsSpecialName {get;} [C++] public: __property bool get_IsSpecialName(); [JScript] public function get IsSpecialName() : Boolean;
true if the SpecialName attribute is set in FieldAttributes; otherwise, false.
FieldInfo Class | FieldInfo Members | System.Reflection Namespace | FieldAttributes