If set, this method can be called by all subclasses, wherever they are, but not by unrelated classes.
[Visual Basic] Public ReadOnly Property IsFamily As Boolean [C#] public bool IsFamily {get;} [C++] public: __property bool get_IsFamily(); [JScript] public function get IsFamily() : Boolean;
Read-only.
true if access to the class is restricted to members of the class itself and to members of its subclasses; otherwise, false.
If a type member has Family level visibility it can be called from any member in a derived class, but not from any other type.
MethodBase Class | MethodBase Members | System.Reflection Namespace | Boolean