Gets a value indicating whether the Type has a name that requires special handling.
[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 Type has a name that requires special handling; otherwise, false.
Type Class | Type Members | System Namespace | TypeAttributes