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