Gets a value indicating whether the Type is nested and visible only to classes that belong to both its own family and its own assembly.
[Visual Basic] Public ReadOnly Property IsNestedFamANDAssem As Boolean [C#] public bool IsNestedFamANDAssem {get;} [C++] public: __property bool get_IsNestedFamANDAssem(); [JScript] public function get IsNestedFamANDAssem() : Boolean;
true if the Type is nested and visible only to classes that belong to both its own family and its own assembly; 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