Gets a value indicating whether the Type is nested and visible only within its own assembly.
[Visual Basic] Public ReadOnly Property IsNestedAssembly As Boolean [C#] public bool IsNestedAssembly {get;} [C++] public: __property bool get_IsNestedAssembly(); [JScript] public function get IsNestedAssembly() : Boolean;
true if the Type is nested and visible only within its own assembly; otherwise, false.
The VisibilityMask is used to select the visibility attributes.
Type Class | Type Members | System Namespace | TypeAttributes