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