Gets a value indicating whether the Type is nested and visible only within its own family.
[Visual Basic] Public ReadOnly Property IsNestedFamily As Boolean [C#] public bool IsNestedFamily {get;} [C++] public: __property bool get_IsNestedFamily(); [JScript] public function get IsNestedFamily() : Boolean;
true if the Type is nested and visible only within its own family; otherwise, false.
The VisibilityMask is used to select the visibility attributes.
A Type object's family is defined as all objects of the exact same Type and of its subtypes.
Type Class | Type Members | System Namespace | TypeAttributes