If set, this method can be called by subclasses if they are in the same assembly.
[Visual Basic] Public ReadOnly Property IsFamilyAndAssembly As Boolean [C#] public bool IsFamilyAndAssembly {get;} [C++] public: __property bool get_IsFamilyAndAssembly(); [JScript] public function get IsFamilyAndAssembly() : Boolean;
Read-only.
true if access to this method is restricted to members of the class itself and to members of subclasses that are in the same assembly; otherwise, false.
MethodBase Class | MethodBase Members | System.Reflection Namespace | Boolean