Gets a value indicating whether the visibility of this field is described by FieldAttributes.Family; that is, the field is visible only within its class and derived classes.
Documentation for this section has not yet been entered.
The visibility of a field is exactly described by FieldAttributes.Family if the only visibility modifier is protected. This property is false for fields that are protected internal in C# (Protected Friend in Visual Basic, protected public in C++); use the FieldInfo.IsFamilyOrAssembly property to identify such fields.