Indicates whether this field has FamilyANDAssembly level visibility.
[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 the field has the FamANDAssem attribute set; otherwise, false.
If a field has FamilyAndAssembly level visibility, it can be called from any member in a derived class that is also in the same assembly, but not from any other type.
The IsFamilyAndAssembly property is set when the FieldAttributes.FamANDAssem attribute is set.
FieldInfo Class | FieldInfo Members | System.Reflection Namespace | FieldAttributes